Searched refs:pCompMatrix (Results 1 – 1 of 1) sorted by relevance
408 double* pCompMatrix = new double[nCompSize]; // first collect all coefficients, row-wise in solve() local410 pCompMatrix[i] = 0.0; in solve()440 double* pValues = &pCompMatrix[nConstrPos * nVariables]; in solve()483 double fCoeff = pCompMatrix[ nRow * nVariables + nVar ]; // row-wise in solve()495 delete[] pCompMatrix; in solve()496 pCompMatrix = NULL; in solve()