TinkeCell API  1.0.0
C/Python/Octave/Ruby API
Data Fields
tc_matrix Struct Reference

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

Detailed Description

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.


The documentation for this struct was generated from the following file:
 All Data Structures