Tezos_benchmark.MathsSourceRead-only matrices with elements indexed by pairs (column, row)
Write-only matrices with elements indexed by pairs (column, row)
Create a read-only matrix overlay over an array of arrays. Note how we switch from row major to column major in order to comply to Linalg's defaults.
Create a write-only overlay over an array of arrays. Note how we switch from row major to column major in order to comply to Linalg's defaults.
mm_ out lhs rhs computes the matrix product lhs x rhs and stores it in out
Construct a sequence out of the elements of a vector
Map a scalar function on the rows of a matrix, yielding a column vector
Map a scalar function on the rows of a matrix, yielding a column vector
Map a scalar function on the columns of a matrix, yielding a row vector
An encoding for vectors.
Pretty printing vectors.