Searched refs:nVariables (Results 1 – 1 of 1) sorted by relevance
321 size_t nVariables = aVariableCells.size(); in solve() local403 for (nVar=0; nVar<nVariables; nVar++) in solve()410 size_t nCompSize = nVariables * nRows; in solve()476 int* pMatrixBegin = new int[nVariables+1]; in solve()477 int* pMatrixCount = new int[nVariables]; in solve()481 for (nVar=0; nVar<nVariables; nVar++) in solve()497 pMatrixBegin[nVariables] = nMatrixPos; in solve()505 for (nVar=0; nVar<nVariables; nVar++) in solve()513 char* pColType = new char[nVariables]; in solve()514 for (nVar=0; nVar<nVariables; nVar++) in solve()[all …]
Completed in 9 milliseconds