Name |
---|
AjSMatrix |
AjOMatrix |
Name | Type | Description |
---|---|---|
Size | ajint | Matrix size (size of 2D array) |
SizeRow | ajint | Number of rows (if different to Size) |
Name | AjPStr | Matrix name |
Codes | AjPStr* | Row/column codes |
CodesRow | AjPStr* | Row codes (if different to Codes) |
Matrix | AjIntArray* | Matrix as 2D array |
Cvt | AjPSeqCvt | Conversion table |
Name |
---|
AjSMatrixf |
AjOMatrixf |
Name | Type | Description |
---|---|---|
Size | ajint | Matrix size (size of 2D array) |
SizeRow | ajint | Number of rows (if different to Size) |
Name | AjPStr | Matrix name |
Codes | AjPStr* | Row/column codes |
CodesRow | AjPStr* | Row codes (if different to Codes) |
Matrixf | AjFloatArray* | Matrix as 2D array |
Cvt | AjPSeqCvt | Conversion table |