Lines Matching refs:nbCol

60 double * getDouble(char* variableName, int *nbRow, int *nbCol);
71 int putDouble(char* variableName, double *variable, int nbRow, int nbCol);
81 double * getDoubleComplexReal(char* variableName, int *nbRow, int *nbCol);
91 double * getDoubleComplexImg(char* variableName, int *nbRow, int *nbCol);
102 int putDoubleComplex(char* variableName, double *variable, int nbRow, int nbCol, double * imag, int…
112 BOOL * getBoolean(char* variableName, int *nbRow, int *nbCol);
123 int putBoolean(char* variableName, BOOL *variable, int nbRow, int nbCol);
133 byte * getByte(char* variableName, int *nbRow, int *nbCol);
144 int putByte(char* variableName, byte *variable, int nbRow, int nbCol);
154 byte * getUnsignedByte(char* variableName, int *nbRow, int *nbCol);
165 int putUnsignedByte(char* variableName, byte *variable, int nbRow, int nbCol);
175 short * getShort(char* variableName, int *nbRow, int *nbCol);
186 int putShort(char* variableName, short *variable, int nbRow, int nbCol);
196 unsigned short * getUnsignedShort(char* variableName, int *nbRow, int *nbCol);
207 int putUnsignedShort(char* variableName, unsigned short *variable, int nbRow, int nbCol);
217 int * getInt(char* variableName, int *nbRow, int *nbCol);
228 int putInt(char* variableName, int *variable, int nbRow, int nbCol);
238 unsigned int * getUnsignedInt(char* variableName, int *nbRow, int *nbCol);
249 int putUnsignedInt(char* variableName, unsigned int *variable, int nbRow, int nbCol);
259 long long * getLong(char* variableName, int *nbRow, int *nbCol);
270 int putLong(char* variableName, long *variable, int nbRow, int nbCol);
280 unsigned long * getUnsignedLong(char* variableName, int *nbRow, int *nbCol);
291 int putUnsignedLong(char* variableName, unsigned long *variable, int nbRow, int nbCol);
301 char ** getString(char* variableName, int *nbRow, int *nbCol);
312 int putString(char* variableName, char **variable, int nbRow, int nbCol);
328 int putSparse(char * variableName, int nbRow, int nbCol, int * nbRowItem, int nbRowItemL, int * col…
346 int putComplexSparse(char * variableName, int nbRow, int nbCol, int * nbRowItem, int nbRowItemL, in…
360 int putBooleanSparse(char * variableName, int nbRow, int nbCol, int * nbRowItem, int nbRowItemL, in…
373 int putPolynomial(char * variableName, char * polyVarName, double ** data, int nbRow, int nbCol, in…
389 …l(char * variableName, char * polyVarName, double ** data, int nbRow, int nbCol, int * nbCoef, dou…