Package jline.lib.lti
Object laguerre
-
- All Implemented Interfaces:
public class laguerre
-
-
Field Summary
Fields Modifier and Type Field Description private DoubleArraycoeffprivate DoubleArraylrootsprivate DoubleArraycoeffnplus1private Array<BigDecimal>weightspublic final static laguerreINSTANCE
-
Method Summary
Modifier and Type Method Description final BigDecimalLaguerre(UnivariateFunction f, Integer n)final DoubleArraygetLaguerreRoots(DoubleArray coeff)final Array<BigDecimal>getweight(DoubleArray roots, Integer n)final DoubleArraygetLaguerreCoefficients(Integer n)final DoubleArraygetCoeff()final UnitsetCoeff(DoubleArray coeff)final DoubleArraygetLroots()final UnitsetLroots(DoubleArray lroots)final DoubleArraygetCoeffnplus1()final UnitsetCoeffnplus1(DoubleArray coeffnplus1)final Array<BigDecimal>getWeights()final UnitsetWeights(Array<BigDecimal> weights)-
-
Method Detail
-
Laguerre
final BigDecimal Laguerre(UnivariateFunction f, Integer n)
-
getLaguerreRoots
final DoubleArray getLaguerreRoots(DoubleArray coeff)
-
getweight
final Array<BigDecimal> getweight(DoubleArray roots, Integer n)
-
getLaguerreCoefficients
final DoubleArray getLaguerreCoefficients(Integer n)
-
getCoeff
final DoubleArray getCoeff()
-
setCoeff
final Unit setCoeff(DoubleArray coeff)
-
getLroots
final DoubleArray getLroots()
-
setLroots
final Unit setLroots(DoubleArray lroots)
-
getCoeffnplus1
final DoubleArray getCoeffnplus1()
-
setCoeffnplus1
final Unit setCoeffnplus1(DoubleArray coeffnplus1)
-
getWeights
final Array<BigDecimal> getWeights()
-
setWeights
final Unit setWeights(Array<BigDecimal> weights)
-
-
-
-