Package jline.lib.lti
Object laguerre
-
- All Implemented Interfaces:
public class laguerre
-
-
Field Summary
Fields Modifier and Type Field Description private DoubleArray
coeff
private DoubleArray
lroots
private DoubleArray
coeffnplus1
private Array<BigDecimal>
weights
public final static laguerre
INSTANCE
-
Method Summary
Modifier and Type Method Description final BigDecimal
Laguerre(UnivariateFunction f, Integer n)
final DoubleArray
getLaguerreRoots(DoubleArray coeff)
final Array<BigDecimal>
getweight(DoubleArray roots, Integer n)
final DoubleArray
getLaguerreCoefficients(Integer n)
final DoubleArray
getCoeff()
final Unit
setCoeff(DoubleArray coeff)
final DoubleArray
getLroots()
final Unit
setLroots(DoubleArray lroots)
final DoubleArray
getCoeffnplus1()
final Unit
setCoeffnplus1(DoubleArray coeffnplus1)
final Array<BigDecimal>
getWeights()
final Unit
setWeights(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)
-
-
-
-