Home
last modified time | relevance | path

Searched refs:readNamedMatrixOfInteger64 (Results 1 – 3 of 3) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/javasci/src/c/
H A Djavasci2_helper.c428 sciErr = readNamedMatrixOfInteger64(NULL, variableName, nbRow, nbCol, NULL); in getLong()
438 sciErr = readNamedMatrixOfInteger64(NULL, variableName, nbRow, nbCol, matrixOfLong); in getLong()
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/includes/
H A Dapi_stack_int.h471 SciErr readNamedMatrixOfInteger64(void* _pvCtx, const char* _pstName, int* _piRows, int* _piCols, l…
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/src/cpp/
H A Dapi_stack_int.cpp961 SciErr readNamedMatrixOfInteger64(void* _pvCtx, const char* _pstName, int* _piRows, int* _piCols, l… in readNamedMatrixOfInteger64() function