protected static class AbstractGaussianContribution.GaussQuadrature extends Object
| Modifier and Type | Method and Description |
|---|---|
<T extends CalculusFieldElement<T>> |
integrate(CalculusFieldUnivariateVectorFunction<T> f,
T lowerBound,
T upperBound,
Field<T> field)
Integrates a given function on the given interval.
|
double[] |
integrate(UnivariateVectorFunction f,
double lowerBound,
double upperBound)
Integrates a given function on the given interval.
|
public double[] integrate(UnivariateVectorFunction f, double lowerBound, double upperBound)
f - Function to integrate.lowerBound - Lower bound of the integration interval.upperBound - Upper bound of the integration interval.public <T extends CalculusFieldElement<T>> T[] integrate(CalculusFieldUnivariateVectorFunction<T> f, T lowerBound, T upperBound, Field<T> field)
T - the type of the field elementsf - Function to integrate.lowerBound - Lower bound of the integration interval.upperBound - Upper bound of the integration interval.field - field utilized by defaultCopyright © 2002-2021 CS GROUP. All rights reserved.