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 | Description |
---|---|
BesselJResult(double[] b,
int n) |
Create a new BesselJResult with the given values and valid value count.
|
public BesselJResult(double[] b, int n)
b
- valuesn
- count of valid valuespublic double[] getVals()
public int getnVals()
getnVals()
)Copyright © 2016–2018 Hipparchus.org. All rights reserved.