Lines Matching defs:pMatA

1863 double lcl_GetSumProduct( ScMatrixRef pMatA, ScMatrixRef pMatB, SCSIZE nM )  in lcl_GetSumProduct()
1874 double lcl_GetColumnEuclideanNorm( ScMatrixRef pMatA, SCSIZE nC, SCSIZE nR, SCSIZE nN ) in lcl_GetColumnEuclideanNorm()
1884 double lcl_TGetColumnEuclideanNorm( ScMatrixRef pMatA, SCSIZE nR, SCSIZE nC, SCSIZE nN ) in lcl_TGetColumnEuclideanNorm()
1895 double lcl_GetColumnMaximumNorm( ScMatrixRef pMatA, SCSIZE nC, SCSIZE nR, SCSIZE nN ) in lcl_GetColumnMaximumNorm()
1906 double lcl_TGetColumnMaximumNorm( ScMatrixRef pMatA, SCSIZE nR, SCSIZE nC, SCSIZE nN ) in lcl_TGetColumnMaximumNorm()
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()
2125 void lcl_ApplyUpperRightTriangle(ScMatrixRef pMatA, in lcl_ApplyUpperRightTriangle()