Handbook
Glossary
svector{
Basic Linear Algebra Subroutines (BLAS) interface
ยป
BLAS interface vector operations
Prev:
V.conj ( x y -- xconj.y )
Next:
dvector{
Vocabulary
math
.
blas
.
vectors
Syntax
svector{ 1.0 -2.0 3.0 }
Word description
Construct a literal
float-blas-vector
.
See also
dvector{
,
cvector{
,
zvector{
Definition
USING:
parser
;
IN:
math.blas.vectors
SYNTAX:
svector{
\
}
[
>float-blas-vector
]
parse-literal
;