protected static class AbstractGaussianContribution.GaussQuadrature extends Object
Modifier and Type | Method and Description |
---|---|
<T extends org.hipparchus.CalculusFieldElement<T>> |
integrate(org.hipparchus.analysis.CalculusFieldUnivariateVectorFunction<T> f, T lowerBound, T upperBound, org.hipparchus.Field<T> field)
在给定区间上对给定函数进行积分。
|
double[] |
integrate(org.hipparchus.analysis.UnivariateVectorFunction f, double lowerBound, double upperBound)
在给定区间上对给定函数进行积分。
|
public double[] integrate(org.hipparchus.analysis.UnivariateVectorFunction f, double lowerBound, double upperBound)
f
- 要积分的函数。
lowerBound
- 积分区间的下限。
upperBound
- 积分区间的上限。
public <T extends org.hipparchus.CalculusFieldElement<T>> T[] integrate(org.hipparchus.analysis.CalculusFieldUnivariateVectorFunction<T> f, T lowerBound, T upperBound, org.hipparchus.Field<T> field)
T
- 字段元素的类型
f
- 要积分的函数。
lowerBound
- 积分区间的下限。
upperBound
- 积分区间的上限。
field
- 默认使用的字段
Copyright © 2002-2023 CS GROUP. All rights reserved.