Class NumericalIntegration
java.lang.Object
velo.ladaalpha.fields.math.calculus.NumericalIntegration
The Class NumericalIntegration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doubleintegrateSMPSN(Equation eq, double a, double b, double n) Integrate SMPSN.
-
Constructor Details
-
NumericalIntegration
public NumericalIntegration()
-
-
Method Details
-
integrateSMPSN
Integrate SMPSN.- Parameters:
eq- the eqa- the ab- the bn- the n- Returns:
- the double
-