42 #ifndef telplugins_matrix_apiH
43 #define telplugins_matrix_apiH
49 #if defined(__cplusplus)
59 TLP_C_DS
double* tlp_cc tpGetDataArray(
TELHandle matrixH);
68 TLP_C_DS
int tlp_cc tpGetMatrixNumRows(
TELHandle data);
77 TLP_C_DS
int tlp_cc tpGetMatrixNumCols(
TELHandle data);
93 TLP_C_DS
bool tlp_cc tpGetMatrixElement(
TELHandle matrixH,
int r,
int c,
double *value);
109 TLP_C_DS
bool tlp_cc tpSetMatrixElement(
TELHandle matrixH,
int r,
int c,
double value);
120 TLP_C_DS
TELHandle tlp_cc tpCreateMatrix(
int rows,
int cols,
char* colNames);
129 TLP_C_DS
bool tlp_cc tpFreeMatrix(
TELHandle handle);
132 #if defined(__cplusplus)