Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx1863 double lcl_GetSumProduct( ScMatrixRef pMatA, ScMatrixRef pMatB, SCSIZE nM ) in lcl_GetSumProduct() argument
1867 fSum += pMatA->GetDouble(i) * pMatB->GetDouble(i); in lcl_GetSumProduct()
1918 double lcl_GetColumnSumProduct( ScMatrixRef pMatA, SCSIZE nCa, ScMatrixRef pMatB, in lcl_GetColumnSumProduct() argument
1923 fResult += pMatA->GetDouble(nCa,row) * pMatB->GetDouble(nCb,row); in lcl_GetColumnSumProduct()
1930 ScMatrixRef pMatB, SCSIZE nRb, SCSIZE nC, SCSIZE nN ) in lcl_TGetColumnSumProduct() argument
1934 fResult += pMatA->GetDouble(col,nRa) * pMatB->GetDouble(col,nRb); in lcl_TGetColumnSumProduct()
2126 ::std::vector< double>& pVecR, ScMatrixRef pMatB, in lcl_ApplyUpperRightTriangle() argument
2133 fSum = pVecR[row] * pMatB->GetDouble(row); in lcl_ApplyUpperRightTriangle()
2136 fSum += pMatA->GetDouble(row,col) * pMatB->GetDouble(col); in lcl_ApplyUpperRightTriangle()
2138 fSum += pMatA->GetDouble(col,row) * pMatB->GetDouble(col); in lcl_ApplyUpperRightTriangle()

Completed in 23 milliseconds