Searched refs:nCompSize (Results 1 – 2 of 2) sorted by relevance
410 size_t nCompSize = nVariables * nRows; in solve() local411 double* pCompMatrix = new double[nCompSize]; // first collect all coefficients, row-wise in solve()412 for (size_t i=0; i<nCompSize; i++) in solve()478 double* pMatrix = new double[nCompSize]; // not always completely used in solve()479 int* pMatrixIndex = new int[nCompSize]; in solve()
82 sal_uInt32 nPos, nCompSize; in Write() local99 nCompSize = rStm.Tell() - nPos - 4UL; in Write()101 rStm << nCompSize; in Write()
Completed in 9 milliseconds