Handbook
Glossary
>double-blas-vector ( seq -- v )
Basic Linear Algebra Subroutines (BLAS) interface
ยป
BLAS interface types
Prev:
>float-blas-vector ( seq -- v )
Next:
>complex-float-blas-vector ( seq -- v )
Vocabulary
math
.
blas
.
vectors
Inputs
seq
an
object
Outputs
v
an
object
Definition
USING:
accessors
alien.c-types
alien.data
kernel
sequences
;
IN:
math.blas.vectors
:
>double-blas-vector
( seq -- v )
[
double
>c-array
underlying>>
]
[
length
]
bi
1
<double-blas-vector>
;