Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/core/tool/
H A Dinterpr5.cxx2204 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()
2222 SCSIZE& N, ScMatrixRef& pMatX, ScMatrixRef& pMatY) in CheckMatrix() argument
2259 if (pMatX) in CheckMatrix()
2261 pMatX->GetDimensions(nCX, nRX); in CheckMatrix()
2264 if (!pMatX->IsValue(i)) in CheckMatrix()
2308 pMatX = GetNewMat(nCY, nRY); in CheckMatrix()
2311 if (!pMatX) in CheckMatrix()
2317 pMatX->PutDouble(static_cast<double>(i), i-1); in CheckMatrix()
2370 ScMatrixRef pMatX; in CalulateRGPRKP() local
[all …]
/AOO42X/main/sc/source/core/inc/
H A Dinterpre.hxx727 … nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE& M,SCSIZE& N,ScMatrixRef& pMatX,ScMatrixRef& pMatY…