![]() |
YAP 7.1.0
|
A matrix. More...
Public Attributes | |
| int | type |
| bool | c_ord |
| union { | |
| double * data | |
| intptr_t * ls | |
| bool * bools | |
| struct DB_TERM ** dbterms | |
| YAP_Term * terms | |
| }; | |
| intptr_t | ndims |
| intptr_t | sz |
| intptr_t * | dims |
| intptr_t | base |
| bool | floats |
| union { | |
| double * data | |
| intptr_t * ls | |
| }; | |
| int | ndims |
| size_t | sz |
| size_t * | dims |
| size_t | base |