Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr5.cxx2205 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()
2223 SCSIZE& N, ScMatrixRef& pMatX, ScMatrixRef& pMatY) in CheckMatrix() argument
2260 if (pMatX) in CheckMatrix()
2262 pMatX->GetDimensions(nCX, nRX); in CheckMatrix()
2265 if (!pMatX->IsValue(i)) in CheckMatrix()
2309 pMatX = GetNewMat(nCY, nRY); in CheckMatrix()
2312 if (!pMatX) in CheckMatrix()
2318 pMatX->PutDouble(static_cast<double>(i), i-1); in CheckMatrix()
2371 ScMatrixRef pMatX; in CalulateRGPRKP() local
[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…