Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx2080 for (SCSIZE rowp1 = nK; rowp1>0; rowp1--) in lcl_SolveWithUpperRightTriangle() local
2082 row = rowp1-1; in lcl_SolveWithUpperRightTriangle()
2084 for (SCSIZE col = rowp1; col<nK ; col++) in lcl_SolveWithUpperRightTriangle()
2767 for (SCSIZE rowp1 = K; rowp1 > 0; rowp1--) in CalulateRGPRKP() local
2769 lcl_TApplyHouseholderTransformation(pMatX, rowp1-1, pMatZ,N); in CalulateRGPRKP()

Completed in 24 milliseconds