- zbrac(PuFunction, double, double) - Static method in class jvx.numeric.PnRootFinder
-
Given a function fx and initial interval I=[x1,x2], then the method expands
the range until a root is bracketed by the returned array.
- zbrak(PuFunction, double, double, int, double[], double[], int) - Static method in class jvx.numeric.PnRootFinder
-
Given a function fx on the interval I=[x1,x2] and a subdivision of I into len
equally spaced subintervals, then find those subintervals with zero crossing
and return them as array brackets.
- zbrent(PuFunction, double, double, double) - Static method in class jvx.numeric.PnRootFinder
-
Given a function fx find a root known to lie in the interval I=[x1,x2].
- ZERO - Static variable in class jv.number.PuComplex
-