Home
last modified time | relevance | path

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

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