Searched defs:pMatA (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 1863 double lcl_GetSumProduct( ScMatrixRef pMatA, ScMatrixRef pMatB, SCSIZE nM ) in lcl_GetSumProduct() 1895 double lcl_GetColumnMaximumNorm( ScMatrixRef pMatA, SCSIZE nC, SCSIZE nR, SCSIZE nN ) in lcl_GetColumnMaximumNorm() 1918 double lcl_GetColumnSumProduct( ScMatrixRef pMatA, SCSIZE nCa, ScMatrixRef pMatB, in lcl_GetColumnSumProduct() 1929 double lcl_TGetColumnSumProduct( ScMatrixRef pMatA, SCSIZE nRa, in lcl_TGetColumnSumProduct() 1957 bool lcl_CalculateQRdecomposition(ScMatrixRef pMatA, in lcl_CalculateQRdecomposition() 1996 bool lcl_TCalculateQRdecomposition(ScMatrixRef pMatA, in lcl_TCalculateQRdecomposition() 2041 void lcl_ApplyHouseholderTransformation(ScMatrixRef pMatA, SCSIZE nC, in lcl_ApplyHouseholderTransformation() 2054 void lcl_TApplyHouseholderTransformation(ScMatrixRef pMatA, SCSIZE nR, in lcl_TApplyHouseholderTransformation() 2072 void lcl_SolveWithUpperRightTriangle(ScMatrixRef pMatA, in lcl_SolveWithUpperRightTriangle() 2099 void lcl_SolveWithLowerLeftTriangle(ScMatrixRef pMatA, in lcl_SolveWithLowerLeftTriangle() [all …]
|
Completed in 35 milliseconds