hep.geant4.jni
Class G4AnalyticalPolSolver

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

public class G4AnalyticalPolSolver
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4AnalyticalPolSolver()
           
G4AnalyticalPolSolver(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 int biquadRoots(double[] p, SWIGTYPE_p_a_5__double r)
           
 int cubicRoots(double[] p, SWIGTYPE_p_a_5__double r)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4AnalyticalPolSolver obj)
           
 int quadRoots(double[] p, SWIGTYPE_p_a_5__double r)
           
 int quarticRoots(double[] p, SWIGTYPE_p_a_5__double r)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4AnalyticalPolSolver

public G4AnalyticalPolSolver(long cPtr,
                             boolean cMemoryOwn)

G4AnalyticalPolSolver

public G4AnalyticalPolSolver()
Method Detail

getCPtr

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

quadRoots

public int quadRoots(double[] p,
                     SWIGTYPE_p_a_5__double r)

cubicRoots

public int cubicRoots(double[] p,
                      SWIGTYPE_p_a_5__double r)

biquadRoots

public int biquadRoots(double[] p,
                       SWIGTYPE_p_a_5__double r)

quarticRoots

public int quarticRoots(double[] p,
                        SWIGTYPE_p_a_5__double r)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.