<empty-vector> ( length exemplar -- vector )
Basic Linear Algebra Subroutines (BLAS) interface ยป BLAS interface types

Prev:<complex-double-blas-matrix> ( underlying ld rows cols transpose -- matrix )
Next:<empty-matrix> ( rows cols exemplar -- matrix )


Vocabulary
math.blas.vectors

Inputs
lengthThe length of the new vector
exemplara blas-vector-base


Outputs
vectora blas-vector-base


Word description
Return a vector of zeros with the given length and the same element type as v.

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

Definition