hep.geant4.jni
Class G4ChebyshevApproximation

java.lang.Object
  extended by hep.geant4.jni.G4ChebyshevApproximation

public class G4ChebyshevApproximation
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4ChebyshevApproximation(long cPtr, boolean cMemoryOwn)
           
G4ChebyshevApproximation(SWIGTYPE_p_f_double__double pFunction, double a, double b, int n)
           
G4ChebyshevApproximation(SWIGTYPE_p_f_double__double pFunction, int n, double a, double b)
           
G4ChebyshevApproximation(SWIGTYPE_p_f_double__double pFunction, int n, int m, double a, double b)
           
 
Method Summary
 double chebyshevEvaluation(double x)
           
 void delete()
           
 void derivativeChebyshevCof(double[] derCof)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 double getChebyshevCof(int number)
           
static long getCPtr(G4ChebyshevApproximation obj)
           
 void integralChebyshevCof(double[] integralCof)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4ChebyshevApproximation

public G4ChebyshevApproximation(long cPtr,
                                boolean cMemoryOwn)

G4ChebyshevApproximation

public G4ChebyshevApproximation(SWIGTYPE_p_f_double__double pFunction,
                                int n,
                                double a,
                                double b)

G4ChebyshevApproximation

public G4ChebyshevApproximation(SWIGTYPE_p_f_double__double pFunction,
                                int n,
                                int m,
                                double a,
                                double b)

G4ChebyshevApproximation

public G4ChebyshevApproximation(SWIGTYPE_p_f_double__double pFunction,
                                double a,
                                double b,
                                int n)
Method Detail

getCPtr

public static long getCPtr(G4ChebyshevApproximation obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

delete

public void delete()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getChebyshevCof

public double getChebyshevCof(int number)

chebyshevEvaluation

public double chebyshevEvaluation(double x)

derivativeChebyshevCof

public void derivativeChebyshevCof(double[] derCof)

integralChebyshevCof

public void integralChebyshevCof(double[] integralCof)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.