Searched refs:pMatT (Results 1 – 1 of 1) sorted by relevance
2101 ::std::vector< double>& pVecR, ScMatrixRef pMatT, in lcl_SolveWithLowerLeftTriangle() argument2108 fSum = pMatT -> GetDouble(row); in lcl_SolveWithLowerLeftTriangle()2112 fSum -= pMatA->GetDouble(col,row) * pMatT->GetDouble(col); in lcl_SolveWithLowerLeftTriangle()2114 fSum -= pMatA->GetDouble(row,col) * pMatT->GetDouble(col); in lcl_SolveWithLowerLeftTriangle()2116 pMatT->PutDouble( fSum / pVecR[row] , row); in lcl_SolveWithLowerLeftTriangle()
Completed in 30 milliseconds