Searched refs:pCompMatrix (Results 1 – 1 of 1) sorted by relevance
404 double* pCompMatrix = new double[nCompSize]; // first collect all coefficients, row-wise in solve() local406 pCompMatrix[i] = 0.0; in solve()436 double* pValues = &pCompMatrix[nConstrPos * nVariables]; in solve()479 double fCoeff = pCompMatrix[ nRow * nVariables + nVar ]; // row-wise in solve()491 delete[] pCompMatrix; in solve()492 pCompMatrix = NULL; in solve()
Completed in 14 milliseconds