Handbook
Glossary
define-complex-blas-vector ( TYPE C S -- )
Vocabulary
math
.
blas
.
vectors
Inputs
TYPE
an
object
C
an
object
S
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
math.blas.vectors
:
define-complex-blas-vector
( TYPE C S -- )
[
drop
(define-blas-vector)
]
[
(define-complex-blas-vector)
]
3bi
;