Package | Description |
---|---|
org.hipparchus.analysis.integration.gauss |
Gauss family of quadrature schemes.
|
Modifier and Type | Class and Description |
---|---|
class |
SymmetricFieldGaussIntegrator<T extends CalculusFieldElement<T>>
This class's implements
integrate
method assuming that the integral is symmetric about 0. |
Modifier and Type | Method and Description |
---|---|
FieldGaussIntegrator<T> |
FieldGaussIntegratorFactory.laguerre(int numberOfPoints)
Creates a Gauss-Laguerre integrator of the given order.
|
FieldGaussIntegrator<T> |
FieldGaussIntegratorFactory.legendre(int numberOfPoints)
Creates a Gauss-Legendre integrator of the given order.
|
FieldGaussIntegrator<T> |
FieldGaussIntegratorFactory.legendre(int numberOfPoints,
T lowerBound,
T upperBound)
Creates a Gauss-Legendre integrator of the given order.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.