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 |
|---|
BesselJ.BesselJResult(double[] b,
int n)
Create a new BesselJResult with the given values and valid value count.
|
private final double[] vals
private final int nVals
public BesselJ.BesselJResult(double[] b,
int n)
b - valuesn - count of valid valuespublic double[] getVals()
public int getnVals()
getnVals())Copyright (c) 2003-2015 Apache Software Foundation