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