F64MatrixLike
Read-only matrix contract. Anything that only reads a matrix should take this.
Inheritors
Functions
get
toArray
Materialise into a fresh Array<DoubleArray> of rows, independent of the internal storage.
Link copied to clipboard
Matrix-vector product into a fresh dense result for any F64MatrixLike against any F64VectorLike. gemv provide transpose and destination-buffer variants.