Searched refs:pCompMatrix (Results 1 – 1 of 1) sorted by relevance
411 double* pCompMatrix = new double[nCompSize]; // first collect all coefficients, row-wise in solve() local413 pCompMatrix[i] = 0.0; in solve()443 double* pValues = &pCompMatrix[nConstrPos * nVariables]; in solve()486 double fCoeff = pCompMatrix[ nRow * nVariables + nVar ]; // row-wise in solve()498 delete[] pCompMatrix; in solve()499 pCompMatrix = NULL; in solve()
Completed in 7 milliseconds