Class LegendreIntegral

java.lang.Object
rocks.palaiologos.maja.LegendreIntegral

class LegendreIntegral extends Object
  • Constructor Details

    • LegendreIntegral

      LegendreIntegral()
  • Method Details

    • legendreF

      public static double legendreF(double phi, double k)
    • legendreE

      public static double legendreE(double phi, double k)
    • legendreD

      public static double legendreD(double phi, double k)
    • legendrePi

      public static double legendrePi(double phi, double alpha, double k)
    • legendreF

      public static Complex legendreF(Complex phi, Complex k)
    • legendreE

      public static Complex legendreE(Complex phi, Complex k)
    • legendreD

      public static Complex legendreD(Complex phi, Complex k)
    • legendrePi

      public static Complex legendrePi(Complex phi, Complex alpha, Complex k)