| 
    TinkeCell API
    1.0.0
    
   C/Python/Octave/Ruby API 
   | 
  
  
  
 
| tc_items | An array of int objects with length information. Use tc_getItem(M,i) to get the i-th item | 
| tc_matrix | 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 | 
| tc_strings | An array of strings with length information. Use tc_getString(M,i) to get the i-th string | 
| tc_table | 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 | 
 1.7.5.1