Class NumericalIntegration

java.lang.Object
velo.ladaalpha.fields.math.calculus.NumericalIntegration

public class NumericalIntegration extends Object
The Class NumericalIntegration.
  • Constructor Details

    • NumericalIntegration

      public NumericalIntegration()
  • Method Details

    • integrateSMPSN

      public static double integrateSMPSN(Equation eq, double a, double b, double n)
      Integrate SMPSN.
      Parameters:
      eq - the eq
      a - the a
      b - the b
      n - the n
      Returns:
      the double