Home
last modified time | relevance | path

Searched refs:pCompMatrix (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sccomp/source/solver/
H A Dsolver.cxx404 double* pCompMatrix = new double[nCompSize]; // first collect all coefficients, row-wise in solve() local
406 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 26 milliseconds