Home
last modified time | relevance | path

Searched refs:createCommonNamedMatrixOfPoly (Results 1 – 2 of 2) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/src/cpp/
H A Dapi_internal_poly.h21 SciErr createCommonNamedMatrixOfPoly(void* _pvCtx, const char* _pstName, char* _pstVarName, int _iC…
H A Dapi_stack_poly.cpp234 …return createCommonNamedMatrixOfPoly(_pvCtx, _pstName, _pstVarName, 0, _iRows, _iCols, _piNbCoef, … in createNamedMatrixOfPoly()
239 …return createCommonNamedMatrixOfPoly(_pvCtx, _pstName, _pstVarName, 1, _iRows, _iCols, _piNbCoef, … in createNamedComplexMatrixOfPoly()
242 SciErr createCommonNamedMatrixOfPoly(void* _pvCtx, const char* _pstName, char* _pstVarName, int _iC… in createCommonNamedMatrixOfPoly() function