Searched refs:nVariables (Results 1 – 1 of 1) sorted by relevance
318 size_t nVariables = aVariableCells.size(); in solve() local396 for (nVar=0; nVar<nVariables; nVar++) in solve()403 size_t nCompSize = nVariables * nRows; in solve()469 int* pMatrixBegin = new int[nVariables+1]; in solve()470 int* pMatrixCount = new int[nVariables]; in solve()474 for (nVar=0; nVar<nVariables; nVar++) in solve()490 pMatrixBegin[nVariables] = nMatrixPos; in solve()498 for (nVar=0; nVar<nVariables; nVar++) in solve()506 char* pColType = new char[nVariables]; in solve()507 for (nVar=0; nVar<nVariables; nVar++) in solve()[all …]
Completed in 13 milliseconds