Home
last modified time | relevance | path

Searched refs:pMatS (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx2073 ::std::vector< double>& pVecR, ScMatrixRef pMatS, in lcl_SolveWithUpperRightTriangle() argument
2083 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 39 milliseconds