Lines Matching refs:ScMatrixRef

173                     ScMatrixRef pMat = PopMatrix();  in ScGCD()
265 ScMatrixRef pMat = PopMatrix(); in ScLCM()
304 ScMatrixRef ScInterpreter::GetNewMat(SCSIZE nC, SCSIZE nR) in GetNewMat()
323 ScMatrixRef ScInterpreter::CreateMatrixFromDoubleRef( const FormulaToken* pToken, in CreateMatrixFromDoubleRef()
328 ScMatrixRef pMat = NULL; in CreateMatrixFromDoubleRef()
446 ScMatrixRef ScInterpreter::GetMatrix() in GetMatrix()
449 ScMatrixRef pMat = NULL; in GetMatrix()
590 ScMatrixRef pMat = PopMatrix(); in ScMatValue()
635 ScMatrixRef pRMat = GetNewMat(nDim, nDim); in ScEMat()
820 ScMatrixRef pMat = GetMatrix(); in ScMatDet()
838 ScMatrixRef xLU = pMat->Clone(); in ScMatDet()
867 ScMatrixRef pMat = GetMatrix(); in ScMatInv()
885 ScMatrixRef xLU = pMat->Clone(); in ScMatInv()
887 ScMatrixRef xY = GetNewMat( nR, nR); in ScMatInv()
929 ScMatrixRef xR = GetNewMat( nR, nR); in ScMatInv()
969 ScMatrixRef pMat2 = GetMatrix(); in ScMatMult()
970 ScMatrixRef pMat1 = GetMatrix(); in ScMatMult()
971 ScMatrixRef pRMat; in ScMatMult()
1019 ScMatrixRef pMat = GetMatrix(); in ScMatTrans()
1020 ScMatrixRef pRMat; in ScMatTrans()
1057 ScMatrixRef lcl_MatrixCalculation(const _Function& _pOperation,ScMatrix* pMat1, ScMatrix* pMat2,ScI… in lcl_MatrixCalculation()
1066 ScMatrixRef xResMat = _pIterpreter->GetNewMat(nMinC, nMinR); in lcl_MatrixCalculation()
1087 ScMatrixRef ScInterpreter::MatConcat(ScMatrix* pMat1, ScMatrix* pMat2) in MatConcat()
1097 ScMatrixRef xResMat = GetNewMat(nMinC, nMinR); in MatConcat()
1159 ScMatrixRef pMat1 = NULL; in CalculateAddSub()
1160 ScMatrixRef pMat2 = NULL; in CalculateAddSub()
1211 ScMatrixRef pResMat; in CalculateAddSub()
1232 ScMatrixRef pMat = pMat1; in CalculateAddSub()
1246 ScMatrixRef pResMat = GetNewMat(nC, nR); in CalculateAddSub()
1294 ScMatrixRef pMat1 = NULL; in ScAmpersand()
1295 ScMatrixRef pMat2 = NULL; in ScAmpersand()
1307 ScMatrixRef pResMat = MatConcat(pMat1, pMat2); in ScAmpersand()
1317 ScMatrixRef pMat = pMat1; in ScAmpersand()
1331 ScMatrixRef pResMat = GetNewMat(nC, nR); in ScAmpersand()
1392 ScMatrixRef pMat1 = NULL; in ScMul()
1393 ScMatrixRef pMat2 = NULL; in ScMul()
1426 ScMatrixRef pResMat = lcl_MatrixCalculation(aMul,pMat1, pMat2,this); in ScMul()
1435 ScMatrixRef pMat = pMat1; in ScMul()
1445 ScMatrixRef pResMat = GetNewMat(nC, nR); in ScMul()
1471 ScMatrixRef pMat1 = NULL; in ScDiv()
1472 ScMatrixRef pMat2 = NULL; in ScDiv()
1501 ScMatrixRef pResMat = lcl_MatrixCalculation(aDiv,pMat1, pMat2,this); in ScDiv()
1511 ScMatrixRef pMat = pMat1; in ScDiv()
1525 ScMatrixRef pResMat = GetNewMat(nC, nR); in ScDiv()
1569 ScMatrixRef pMat1 = NULL; in ScPow()
1570 ScMatrixRef pMat2 = NULL; in ScPow()
1583 ScMatrixRef pResMat = lcl_MatrixCalculation(aPow,pMat1, pMat2,this); in ScPow()
1593 ScMatrixRef pMat = pMat1; in ScPow()
1607 ScMatrixRef pResMat = GetNewMat(nC, nR); in ScPow()
1641 ScMatrixRef pMat1 = NULL; in ScSumProduct()
1642 ScMatrixRef pMat2 = NULL; in ScSumProduct()
1643 ScMatrixRef pMat = NULL; in ScSumProduct()
1669 ScMatrixRef pResMat = lcl_MatrixCalculation(aMul,pMat1, pMat,this); in ScSumProduct()
1699 ScMatrixRef pMat1 = NULL; in CalculateSumX2MY2SumX2DY2()
1700 ScMatrixRef pMat2 = NULL; in CalculateSumX2MY2SumX2DY2()
1746 ScMatrixRef pMat1 = NULL; in ScSumXMY2()
1747 ScMatrixRef pMat2 = NULL; in ScSumXMY2()
1765 ScMatrixRef pResMat = lcl_MatrixCalculation(aSub,pMat1, pMat2,this); in ScSumXMY2()
1810 ScMatrixRef pResMat = GetNewMat(1, nBinSize+1); in ScFrequency()
1848 void lcl_MFastMult( ScMatrixRef pA, ScMatrixRef pB, ScMatrixRef pR, SCSIZE n, SCSIZE m, SCSIZE l ) in lcl_MFastMult()
1864 double lcl_GetSumProduct( ScMatrixRef pMatA, ScMatrixRef pMatB, SCSIZE nM ) in lcl_GetSumProduct()
1875 double lcl_GetColumnEuclideanNorm( ScMatrixRef pMatA, SCSIZE nC, SCSIZE nR, SCSIZE nN ) in lcl_GetColumnEuclideanNorm()
1885 double lcl_TGetColumnEuclideanNorm( ScMatrixRef pMatA, SCSIZE nR, SCSIZE nC, SCSIZE nN ) in lcl_TGetColumnEuclideanNorm()
1896 double lcl_GetColumnMaximumNorm( ScMatrixRef pMatA, SCSIZE nC, SCSIZE nR, SCSIZE nN ) in lcl_GetColumnMaximumNorm()
1907 double lcl_TGetColumnMaximumNorm( ScMatrixRef pMatA, SCSIZE nR, SCSIZE nC, SCSIZE nN ) in lcl_TGetColumnMaximumNorm()
1919 double lcl_GetColumnSumProduct( ScMatrixRef pMatA, SCSIZE nCa, ScMatrixRef pMatB, in lcl_GetColumnSumProduct()
1930 double lcl_TGetColumnSumProduct( ScMatrixRef pMatA, SCSIZE nRa, in lcl_TGetColumnSumProduct()
1931 ScMatrixRef pMatB, SCSIZE nRb, SCSIZE nC, SCSIZE nN ) in lcl_TGetColumnSumProduct()
1958 bool lcl_CalculateQRdecomposition(ScMatrixRef pMatA, in lcl_CalculateQRdecomposition()
1997 bool lcl_TCalculateQRdecomposition(ScMatrixRef pMatA, in lcl_TCalculateQRdecomposition()
2042 void lcl_ApplyHouseholderTransformation(ScMatrixRef pMatA, SCSIZE nC, in lcl_ApplyHouseholderTransformation()
2043 ScMatrixRef pMatY, SCSIZE nN) in lcl_ApplyHouseholderTransformation()
2055 void lcl_TApplyHouseholderTransformation(ScMatrixRef pMatA, SCSIZE nR, in lcl_TApplyHouseholderTransformation()
2056 ScMatrixRef pMatY, SCSIZE nN) in lcl_TApplyHouseholderTransformation()
2073 void lcl_SolveWithUpperRightTriangle(ScMatrixRef pMatA, in lcl_SolveWithUpperRightTriangle()
2074 ::std::vector< double>& pVecR, ScMatrixRef pMatS, in lcl_SolveWithUpperRightTriangle()
2100 void lcl_SolveWithLowerLeftTriangle(ScMatrixRef pMatA, in lcl_SolveWithLowerLeftTriangle()
2101 ::std::vector< double>& pVecR, ScMatrixRef pMatT, in lcl_SolveWithLowerLeftTriangle()
2126 void lcl_ApplyUpperRightTriangle(ScMatrixRef pMatA, in lcl_ApplyUpperRightTriangle()
2127 ::std::vector< double>& pVecR, ScMatrixRef pMatB, in lcl_ApplyUpperRightTriangle()
2128 ScMatrixRef pMatZ, SCSIZE nK, bool bIsTransposed) in lcl_ApplyUpperRightTriangle()
2146 double lcl_GetMeanOverAll(ScMatrixRef pMat, SCSIZE nN) in lcl_GetMeanOverAll()
2156 void lcl_CalculateColumnMeans(ScMatrixRef pX, ScMatrixRef pResMat, in lcl_CalculateColumnMeans()
2171 void lcl_CalculateRowMeans(ScMatrixRef pX, ScMatrixRef pResMat, in lcl_CalculateRowMeans()
2184 void lcl_CalculateColumnsDelta(ScMatrixRef pMat, ScMatrixRef pColumnMeans, in lcl_CalculateColumnsDelta()
2193 void lcl_CalculateRowsDelta(ScMatrixRef pMat, ScMatrixRef pRowMeans, in lcl_CalculateRowsDelta()
2205 double lcl_GetSSresid(ScMatrixRef pMatX, ScMatrixRef pMatY, double fSlope, in lcl_GetSSresid()
2223 SCSIZE& N, ScMatrixRef& pMatX, ScMatrixRef& pMatY) in CheckMatrix()
2245 ScMatrixRef pNewY = pMatY->CloneIfConst(); in CheckMatrix()
2371 ScMatrixRef pMatX; in CalulateRGPRKP()
2388 ScMatrixRef pMatY; in CalulateRGPRKP()
2415 ScMatrixRef pResMat; in CalulateRGPRKP()
2441 ScMatrixRef pNewX = pMatX->CloneIfConst(); in CalulateRGPRKP()
2442 ScMatrixRef pNewY = pMatY->CloneIfConst(); in CalulateRGPRKP()
2546 ScMatrixRef pMeans = GetNewMat(K, 1); // mean of each column in CalulateRGPRKP()
2547 ScMatrixRef pMatZ; // for Q' * Y , inter alia in CalulateRGPRKP()
2552 ScMatrixRef pSlopes = GetNewMat(1,K); // from b1 to bK in CalulateRGPRKP()
2703 ScMatrixRef pMeans = GetNewMat(1, K); // mean of each row in CalulateRGPRKP()
2704 ScMatrixRef pMatZ; // for Q' * Y , inter alia in CalulateRGPRKP()
2709 ScMatrixRef pSlopes = GetNewMat(K,1); // from b1 to bK in CalulateRGPRKP()
2889 ScMatrixRef pMatNewX; in CalculateTrendGrowth()
2905 ScMatrixRef pMatX; in CalculateTrendGrowth()
2921 ScMatrixRef pMatY; in CalculateTrendGrowth()
2974 ScMatrixRef pResMat; // size depends on nCase in CalculateTrendGrowth()
2994 ScMatrixRef pCopyX = pMatX->CloneIfConst(); in CalculateTrendGrowth()
2995 ScMatrixRef pCopyY = pMatY->CloneIfConst(); in CalculateTrendGrowth()
3057 ScMatrixRef pMeans = GetNewMat(K, 1); // mean of each column in CalculateTrendGrowth()
3058 ScMatrixRef pSlopes = GetNewMat(1,K); // from b1 to bK in CalculateTrendGrowth()
3116 ScMatrixRef pMeans = GetNewMat(1, K); // mean of each row in CalculateTrendGrowth()
3117 ScMatrixRef pSlopes = GetNewMat(K,1); // row from b1 to bK in CalculateTrendGrowth()