Searched refs:pSlopes (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 2553 if (!pMeans || !pMatZ || !pSlopes) in CalulateRGPRKP() 2587 pSlopes->PutDouble( pMatZ->GetDouble(col), col); in CalulateRGPRKP() 2597 : pSlopes->GetDouble(i) , K-1-i, 0); in CalulateRGPRKP() 2710 if (!pMeans || !pMatZ || !pSlopes) in CalulateRGPRKP() 2746 pSlopes->PutDouble( pMatZ->GetDouble(col), col); in CalulateRGPRKP() 2756 : pSlopes->GetDouble(i) , K-1-i, 0); in CalulateRGPRKP() 3059 if (!pMeans || !pSlopes) in CalculateTrendGrowth() 3093 pSlopes->PutDouble( pMatY->GetDouble(col), col); in CalculateTrendGrowth() 3098 lcl_MFastMult(pMatNewX,pSlopes,pResMat,nRXN,K,1); in CalculateTrendGrowth() 3118 if (!pMeans || !pSlopes) in CalculateTrendGrowth() [all …]
|
Completed in 36 milliseconds