TinkeCell API  1.0.0
C/Python/Octave/Ruby API
Data Structures
Here are the data structures with brief descriptions:
tc_itemsAn array of int objects with length information. Use tc_getItem(M,i) to get the i-th item
tc_matrixA 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
tc_stringsAn array of strings with length information. Use tc_getString(M,i) to get the i-th string
tc_tableA 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
 All Data Structures