Module: RMatrix::Matrix::Typecode

Defined in:
lib/rmatrix/typecode.rb

Constant Summary collapse

BYTE =
1
SINT =
2
INT =
3
SFLOAT =
4
FLOAT =
5
SCOMPLEX =
6
COMPLEX =
7
OBJECT =
8