public static class BesselJ.BesselJResult
extends java.lang.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.
Modifier and Type | Field and Description |
---|---|
private int |
nVals
Valid value count
|
private double[] |
vals
Bessel function values
|
Constructor and Description |
---|
BesselJResult(double[] b,
int n)
Create a new BesselJResult with the given values and valid value count.
|
Modifier and Type | Method and Description |
---|---|
int |
getnVals() |
double[] |
getVals() |
private final double[] vals
private final int nVals
public BesselJResult(double[] b, int n)
b
- valuesn
- count of valid valuespublic double[] getVals()
public int getnVals()
getnVals()
)