Handbook
Glossary
smatrix{
Basic Linear Algebra Subroutines (BLAS) interface
ยป
BLAS interface matrix operations
Prev:
M/n ( A n -- A/n )
Next:
dmatrix{
Vocabulary
math
.
blas
.
matrices
Syntax
smatrix{ { 1.0 0.0 0.0 1.0 } { 0.0 1.0 0.0 2.0 } { 0.0 0.0 1.0 3.0 } { 0.0 0.0 0.0 1.0 } }
Word description
Construct a literal
float-blas-matrix
. Note that although BLAS matrices are stored in column-major order, the literal is specified in row-major order.
See also
dmatrix{
,
cmatrix{
,
zmatrix{
Definition
USING:
parser
;
IN:
math.blas.matrices
SYNTAX:
smatrix{
\
}
[
>float-blas-matrix
]
parse-literal
;