Searched refs:pMatT (Results 1 – 1 of 1) sorted by relevance
2100 ::std::vector< double>& pVecR, ScMatrixRef pMatT, in lcl_SolveWithLowerLeftTriangle() argument2107 fSum = pMatT -> GetDouble(row); in lcl_SolveWithLowerLeftTriangle()2111 fSum -= pMatA->GetDouble(col,row) * pMatT->GetDouble(col); in lcl_SolveWithLowerLeftTriangle()2113 fSum -= pMatA->GetDouble(row,col) * pMatT->GetDouble(col); in lcl_SolveWithLowerLeftTriangle()2115 pMatT->PutDouble( fSum / pVecR[row] , row); in lcl_SolveWithLowerLeftTriangle()
Completed in 25 milliseconds