TinkeCell API
1.0.0
C/Python/Octave/Ruby API
|
A 2D table of doubles with row and column names. Use tc_getMatrixValue(M,i,j) to get the i,j-th value in tc_matrix M. More...
#include <TC_structs.h>
Data Fields | |
int | rows |
int | cols |
double * | values |
tc_strings | rownames |
tc_strings | colnames |
A 2D table of doubles with row and column names. Use tc_getMatrixValue(M,i,j) to get the i,j-th value in tc_matrix M.