hep.geant4.jni
Class G4ChebyshevApproximation
java.lang.Object
hep.geant4.jni.G4ChebyshevApproximation
public class G4ChebyshevApproximation
- extends Object
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)
|
swigCMemOwn
protected boolean swigCMemOwn
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)
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.