#include <mt_types.h>
Definition at line 34 of file mt_types.h.
Data Fields | |
| char * | ccspace |
| column char array, size MTlp_t::ccsz | |
| int | ccsz |
| column char array size | |
| char ** | colnames |
| column names, size MTlp_t::cspace | |
| int | cspace |
| col space reserved | |
| int * | cstat |
| array of size MTlp_t::cspace | |
| char * | ctype |
| array of size MTlp_t::cspace | |
| double * | lb |
| lower bounds, size MTlp_t::cspace | |
| int * | matbeg |
| matbeg, size MTlp_t::rspace +1 | |
| int * | matind |
| matind, size MTlp_t::nzspace | |
| double * | matval |
| matval, size MTlp_t::nzspace | |
| int | ncols |
| number of cols | |
| int | nrows |
| number of rows | |
| int | nz |
| number of non-zeros | |
| int | nzspace |
| non-zero space reserved | |
| char * | rcspace |
| row char array, size MTlp_t::rcsz | |
| int | rcsz |
| row char array size | |
| double * | rhs |
| rhs of rows, size MTlp_t::rspace | |
| char ** | rownames |
| row names, size MTlp_t::rspace | |
| int | rspace |
| row space reserved | |
| int * | rstat |
| array of size MTlp_t::rspace | |
| char * | rtype |
| array of dize MTlp_t::rspace | |
| char * | sense |
| sense of rows, size MTlp_t::rspace | |
| double * | ub |
| upper bounds, size MTlp_t::cspace | |
|
|
column char array, size MTlp_t::ccsz
Definition at line 54 of file mt_types.h. |
|
|
column char array size
Definition at line 55 of file mt_types.h. |
|
|
column names, size MTlp_t::cspace
Definition at line 53 of file mt_types.h. |
|
|
col space reserved
Definition at line 41 of file mt_types.h. |
|
|
array of size MTlp_t::cspace
Definition at line 48 of file mt_types.h. |
|
|
array of size MTlp_t::cspace
Definition at line 47 of file mt_types.h. |
|
|
lower bounds, size MTlp_t::cspace
Definition at line 52 of file mt_types.h. |
|
|
matbeg, size MTlp_t::rspace +1
Definition at line 46 of file mt_types.h. |
|
|
matind, size MTlp_t::nzspace
Definition at line 49 of file mt_types.h. |
|
|
matval, size MTlp_t::nzspace
Definition at line 50 of file mt_types.h. |
|
|
number of cols
Definition at line 37 of file mt_types.h. |
|
|
number of rows
Definition at line 36 of file mt_types.h. |
|
|
number of non-zeros
Definition at line 38 of file mt_types.h. |
|
|
non-zero space reserved
Definition at line 40 of file mt_types.h. |
|
|
row char array, size MTlp_t::rcsz
Definition at line 57 of file mt_types.h. |
|
|
row char array size
Definition at line 58 of file mt_types.h. |
|
|
rhs of rows, size MTlp_t::rspace
Definition at line 43 of file mt_types.h. |
|
|
row names, size MTlp_t::rspace
Definition at line 56 of file mt_types.h. |
|
|
row space reserved
Definition at line 39 of file mt_types.h. |
|
|
array of size MTlp_t::rspace
Definition at line 45 of file mt_types.h. |
|
|
array of dize MTlp_t::rspace
Definition at line 44 of file mt_types.h. |
|
|
sense of rows, size MTlp_t::rspace
Definition at line 42 of file mt_types.h. |
|
|
upper bounds, size MTlp_t::cspace
Definition at line 51 of file mt_types.h. |
1.4.6