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