Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/tool/
H A Dinterpr5.cxx2081 for (SCSIZE rowp1 = nK; rowp1>0; rowp1--) in lcl_SolveWithUpperRightTriangle() local
2083 row = rowp1-1; in lcl_SolveWithUpperRightTriangle()
2085 for (SCSIZE col = rowp1; col<nK ; col++) in lcl_SolveWithUpperRightTriangle()
2768 for (SCSIZE rowp1 = K; rowp1 > 0; rowp1--) in CalulateRGPRKP() local
2770 lcl_TApplyHouseholderTransformation(pMatX, rowp1-1, pMatZ,N); in CalulateRGPRKP()

Completed in 40 milliseconds