public static class BesselJ.BesselJResult extends Object
BesselJ.rjBesl(double, double, int)
.
getVals()
returns the computed function values.
getnVals()
is the number of values among those returned by getnVals()
that can be considered accurate.
Constructor and Description |
---|
BesselJ.BesselJResult(double[] b,
int n)
Create a new BesselJResult with the given values and valid value count.
|
public BesselJ.BesselJResult(double[] b, int n)
b
- valuesn
- count of valid valuespublic double[] getVals()
public int getnVals()
getnVals()
)Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.