hep.geant4.jni
Class G4JTPolynomialSolver

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

public class G4JTPolynomialSolver
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4JTPolynomialSolver()
           
G4JTPolynomialSolver(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 int findRoots(SWIGTYPE_p_double op, int degree, SWIGTYPE_p_double zeror, SWIGTYPE_p_double zeroi)
           
static long getCPtr(G4JTPolynomialSolver obj)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4JTPolynomialSolver

public G4JTPolynomialSolver(long cPtr,
                            boolean cMemoryOwn)

G4JTPolynomialSolver

public G4JTPolynomialSolver()
Method Detail

getCPtr

public static long getCPtr(G4JTPolynomialSolver 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

findRoots

public int findRoots(SWIGTYPE_p_double op,
                     int degree,
                     SWIGTYPE_p_double zeror,
                     SWIGTYPE_p_double zeroi)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.