Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr5.cxx2043 ScMatrixRef pMatY, SCSIZE nN) in lcl_ApplyHouseholderTransformation() argument
2047 double fNumerator = lcl_GetColumnSumProduct(pMatA, nC, pMatY, 0, nC, nN); in lcl_ApplyHouseholderTransformation()
2050 pMatY->PutDouble( in lcl_ApplyHouseholderTransformation()
2051 pMatY->GetDouble(row) - fFactor * pMatA->GetDouble(nC,row), row); in lcl_ApplyHouseholderTransformation()
2056 ScMatrixRef pMatY, SCSIZE nN) in lcl_TApplyHouseholderTransformation() argument
2060 double fNumerator = lcl_TGetColumnSumProduct(pMatA, nR, pMatY, 0, nR, nN); in lcl_TApplyHouseholderTransformation()
2063 pMatY->PutDouble( in lcl_TApplyHouseholderTransformation()
2064 pMatY->GetDouble(col) - fFactor * pMatA->GetDouble(col,nR), col); in lcl_TApplyHouseholderTransformation()
2205 double lcl_GetSSresid(ScMatrixRef pMatX, ScMatrixRef pMatY, double fSlope, in lcl_GetSSresid() argument
2212 fTemp = pMatY->GetDouble(i) - fSlope * pMatX->GetDouble(i); in lcl_GetSSresid()
[all …]
/AOO41X/main/sc/source/core/inc/
H A Dinterpre.hxx705 …nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE& M,SCSIZE& N,ScMatrixRef& pMatX,ScMatrixRef& pMatY);