Tezos_benchmark.Scikit_matrixSourceMatrices implemented as 2d bigarrays.
Genarrays.
Create and initializes a matrix.
set m i j v sets the element on line i and column j of m to v.
concat_columns_horiz [c1;...;cn] returns the matrix having c1...cn as rows. The function fails if the columns have incoherent dimensions.
Converts to a numpy Python object.
val to_numpy_vector :
(float, Bigarray.float64_elt, Bigarray.c_layout) Bigarray.Array1.t ->
Pytypes.pyobjectConverts a vector to a numpy Python object.
Converts from a numpy Python object.