Searched refs:pMatS (Results 1 – 1 of 1) sorted by relevance
2073 ::std::vector< double>& pVecR, ScMatrixRef pMatS, in lcl_SolveWithUpperRightTriangle() argument2083 fSum = pMatS->GetDouble(row); in lcl_SolveWithUpperRightTriangle()2086 fSum -= pMatA->GetDouble(row,col) * pMatS->GetDouble(col); in lcl_SolveWithUpperRightTriangle()2088 fSum -= pMatA->GetDouble(col,row) * pMatS->GetDouble(col); in lcl_SolveWithUpperRightTriangle()2089 pMatS->PutDouble( fSum / pVecR[row] , row); in lcl_SolveWithUpperRightTriangle()
Completed in 21 milliseconds