Handbook
Glossary
complex-double-blas-matrix? ( object -- ? )
Vocabulary
math
.
blas
.
matrices
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
complex-double-blas-matrix
class.
Definition
USING:
classes.tuple.private
;
IN:
math.blas.matrices
:
complex-double-blas-matrix?
( object -- ? )
\
complex-double-blas-matrix
9
tuple-instance?
;