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