Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/view/charttypes/
H A DSplines.cxx517 …oParameterT(const lcl_tSizeType i,const double tk,const sal_uInt32 p,const double* u, double* rowN) in applyNtoParameterT() argument
524 rowN[p] = 1.0; // all others are zero in applyNtoParameterT()
532 rowN[p-s] = fRightFactor * rowN[p-s+1]; in applyNtoParameterT()
540 rowN[p-j] = fLeftFactor * rowN[p-j] + fRightFactor * rowN[p-j+1]; in applyNtoParameterT()
546 rowN[p] = fLeftFactor * rowN[p]; in applyNtoParameterT()

Completed in 21 milliseconds