TinkeCell API
1.0.0
C/Python/Octave/Ruby API
|
A 2D table of strings with row and column names. Use tc_getTableValue(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 |
char ** | strings |
tc_strings | rownames |
tc_strings | colnames |
A 2D table of strings with row and column names. Use tc_getTableValue(M,i,j) to get the i,j-th value in tc_matrix M.