Home
last modified time | relevance | path

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

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