Modelkit.Reference_backendSourceNative OCaml float64 kernels with stable fixed-order reductions.
val sum : Vector.t -> floatval feature_matrix_vector_product :
Feature_matrix.t ->
Vector.t ->
(Vector.t, Error.t) resultDispatches to dense or CSR storage without densifying sparse input. CSR kernels visit stored entries only; dense and CSR results agree for finite operands representing the same matrix.
val transposed_feature_matrix_vector_product :
Feature_matrix.t ->
Vector.t ->
(Vector.t, Error.t) result