Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dinterpr5.cxx2101 ::std::vector< double>& pVecR, ScMatrixRef pMatT, in lcl_SolveWithLowerLeftTriangle() argument
2108 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 24 milliseconds