Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx2042 ScMatrixRef pMatY, SCSIZE nN) in lcl_ApplyHouseholderTransformation() argument
2046 double fNumerator = lcl_GetColumnSumProduct(pMatA, nC, pMatY, 0, nC, nN); in lcl_ApplyHouseholderTransformation()
2049 pMatY->PutDouble( in lcl_ApplyHouseholderTransformation()
2050 pMatY->GetDouble(row) - fFactor * pMatA->GetDouble(nC,row), row); in lcl_ApplyHouseholderTransformation()
2055 ScMatrixRef pMatY, SCSIZE nN) in lcl_TApplyHouseholderTransformation() argument
2059 double fNumerator = lcl_TGetColumnSumProduct(pMatA, nR, pMatY, 0, nR, nN); in lcl_TApplyHouseholderTransformation()
2062 pMatY->PutDouble( in lcl_TApplyHouseholderTransformation()
2063 pMatY->GetDouble(col) - fFactor * pMatA->GetDouble(col,nR), col); in lcl_TApplyHouseholderTransformation()
2204 double lcl_GetSSresid(ScMatrixRef pMatX, ScMatrixRef pMatY, double fSlope, in lcl_GetSSresid() argument
2211 fTemp = pMatY->GetDouble(i) - fSlope * pMatX->GetDouble(i); in lcl_GetSSresid()
[all …]
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx727 …nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE& M,SCSIZE& N,ScMatrixRef& pMatX,ScMatrixRef& pMatY);