Handbook
Glossary
(blas-direct-array) ( blas-vector -- direct-array )
Vocabulary
math
.
blas
.
vectors
.
private
Inputs
blas-vector
an
object
Outputs
direct-array
an
object
Definition
IN:
math.blas.vectors.private
GENERIC:
(blas-direct-array)
( blas-vector -- direct-array )
Methods
USING:
accessors
kernel
math
math.blas.vectors
math.blas.vectors.private
specialized-arrays.instances.alien.complex.complex-double
;
M:
complex-double-blas-vector
(blas-direct-array)
[
underlying>>
]
[
[
length>>
]
[
inc>>
]
bi
*
]
bi
<direct-complex-double-array>
;
USING:
accessors
kernel
math
math.blas.vectors
math.blas.vectors.private
specialized-arrays.instances.alien.complex.complex-float
;
M:
complex-float-blas-vector
(blas-direct-array)
[
underlying>>
]
[
[
length>>
]
[
inc>>
]
bi
*
]
bi
<direct-complex-float-array>
;
USING:
accessors
kernel
math
math.blas.vectors
math.blas.vectors.private
specialized-arrays.instances.alien.c-types.double
;
M:
double-blas-vector
(blas-direct-array)
[
underlying>>
]
[
[
length>>
]
[
inc>>
]
bi
*
]
bi
<direct-double-array>
;
USING:
accessors
kernel
math
math.blas.vectors
math.blas.vectors.private
specialized-arrays.instances.alien.c-types.float
;
M:
float-blas-vector
(blas-direct-array)
[
underlying>>
]
[
[
length>>
]
[
inc>>
]
bi
*
]
bi
<direct-float-array>
;