Handbook
Glossary
float-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
float-blas-matrix
class.
Definition
USING:
classes.tuple.private
;
IN:
math.blas.matrices
:
float-blas-matrix?
( object -- ? )
\
float-blas-matrix
9
tuple-instance?
;