Vsub ( v start length -- sub )
Basic Linear Algebra Subroutines (BLAS) interface ยป BLAS interface vector operations

Next:Vnorm ( x -- norm )


Vocabulary
math.blas.vectors

Inputs
va blas-vector-base
startan integer
lengthan integer


Outputs
suba blas-vector-base


Word description
Slice a subvector out of v starting at start with the given length. The subvector will share storage with the parent vector.

Definition