Package com.polytechnik.utils
Class Quadrature.KronrodQuadrature
java.lang.Object
com.polytechnik.utils.Quadrature.KronrodQuadrature
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKronrodQuadrature
(double[] xg, double[] wg, double[] imxg, double[] xk, double[] wk, double[] imxk) -
Method Summary
Modifier and TypeMethodDescriptionCombine two kinds of nodes and weights to a single quadrature.
-
Field Details
-
xg
public final double[] xg -
wg
public final double[] wg -
imxg
public final double[] imxg -
xk
public final double[] xk -
wk
public final double[] wk -
imxk
public final double[] imxk
-
-
Constructor Details
-
KronrodQuadrature
public KronrodQuadrature(double[] xg, double[] wg, double[] imxg, double[] xk, double[] wk, double[] imxk)
-
-
Method Details
-
getGKCombined
Combine two kinds of nodes and weights to a single quadrature.
-