<empty-matrix> ( rows cols exemplar -- matrix )
Basic Linear Algebra Subroutines (BLAS) interface ยป BLAS interface types

Prev:<empty-vector> ( length exemplar -- vector )
Next:>float-blas-vector ( seq -- v )


Vocabulary
math.blas.matrices

Inputs
rowsan integer
colsan integer
exemplara blas-vector-base


Outputs
matrixa blas-matrix-base


Word description
Create a matrix of all zeros with the given dimensions and the same element type as exemplar.

See also
<zero-vector>, <empty-vector>

Definition