public class Transform extends Object implements Serializable, Cloneable
Modifier | Constructor and Description |
---|---|
protected |
Transform() |
|
Transform(de.jtem.blas.IntegerMatrix monodrom) |
|
Transform(de.jtem.blas.IntegerMatrix monodrom,
de.jtem.blas.IntegerMatrix singular) |
|
Transform(de.jtem.blas.IntegerMatrix monodrom,
de.jtem.blas.IntegerMatrix singular,
de.jtem.blas.IntegerVector disting) |
|
Transform(de.jtem.blas.IntegerMatrix monodrom,
de.jtem.blas.IntegerVector disting) |
|
Transform(Transform aTransform) |
Modifier and Type | Method and Description |
---|---|
void |
assign(Transform aTransform) |
void |
branchPointPassedCutOfBranchPointClockWise(int i_pnt,
int j_pnt) |
void |
branchPointPassedCutOfBranchPointCounterClockWise(int i_pnt,
int j_pnt) |
void |
branchPointPassedCutOfDistinguishedPointClockWise(int i_pnt,
int j_pnt) |
void |
branchPointPassedCutOfDistinguishedPointCounterClockWise(int i_pnt,
int j_pnt) |
void |
branchPointPassedCutOfSingularPointClockWise(int i_pnt,
int j_pnt) |
void |
branchPointPassedCutOfSingularPointCounterClockWise(int i_pnt,
int j_pnt) |
protected void |
checkForBifurcation(int anIndex,
int otherIndex) |
protected void |
checkForBranchPointIndex(int anIndex) |
protected void |
checkForDistinguishedPointIndex(int anIndex) |
protected void |
checkForSingularPointIndex(int anIndex) |
Object |
clone() |
void |
computeEdgeIntegrals(de.jtem.blas.ComplexMatrix integrals,
de.jtem.blas.ComplexMatrix sing_integrals,
de.jtem.blas.ComplexMatrix distinguishedIntegrals,
de.jtem.blas.ComplexVector edgeIntegrals) |
void |
computeEdgeIntegrals(de.jtem.blas.ComplexMatrix integrals,
de.jtem.blas.ComplexMatrix sing_integrals,
de.jtem.blas.ComplexVector edgeIntegrals) |
void |
computeEdgeIntegrals(de.jtem.blas.ComplexMatrix integrals,
de.jtem.blas.ComplexMatrix sing_integrals,
de.jtem.blas.ComplexVector distinguishedIntegrals,
de.jtem.blas.ComplexVector edgeIntegrals) |
void |
computeEdgeIntegrals(de.jtem.blas.ComplexMatrix integrals,
de.jtem.blas.ComplexVector edgeIntegrals) |
void |
distinguishedPointPassedCutOfBranchPointClockWise(int i_pnt,
int j_pnt) |
void |
distinguishedPointPassedCutOfBranchPointCounterClockWise(int i_pnt,
int j_pnt) |
void |
distinguishedPointPassedCutOfDistinguishedPointClockWise(int i_pnt,
int j_pnt) |
void |
distinguishedPointPassedCutOfDistinguishedPointCounterClockWise(int i_pnt,
int j_pnt) |
void |
distinguishedPointPassedCutOfSingularPointClockWise(int i_pnt,
int j_pnt) |
void |
distinguishedPointPassedCutOfSingularPointCounterClockWise(int i_pnt,
int j_pnt) |
boolean |
getDebug()
Get the value of debug.
|
de.jtem.blas.IntegerVector |
getDistinguishedPoints()
Get the value of distinguishedPoints.
|
de.jtem.blas.IntegerVector |
getEdgeBranchPoint()
Get the value of edgeBranchPoint.
|
de.jtem.blas.IntegerVector |
getEdgeEndPoint()
Get the value of edgeEndPoint.
|
int |
getEdgeNumber(int branchPointIndex,
int sheetIndex) |
de.jtem.blas.IntegerVector |
getEdgeStartPoint()
Get the value of edgeStartPoint.
|
de.jtem.blas.IntegerMatrix |
getG()
Get the value of g.
|
de.jtem.blas.IntegerMatrix |
getGl()
Get the value of gl.
|
de.jtem.blas.IntegerMatrix |
getH()
Get the value of h.
|
de.jtem.blas.IntegerVector |
getMonodromyAboutInfinity()
Get the value of monodromyAboutInfinity.
|
int |
getNumOf_g_Edges()
Get the value of numOf_g_Edges.
|
int |
getNumOf_h_Edges()
Get the value of numOf_h_Edges.
|
int |
getNumOfBranchPoints()
Get the value of numOfBranchPoints.
|
int |
getNumOfCells()
Get the value of numOfCells.
|
int |
getNumOfDistinguishedPoints()
Get the value of numOfDistinguishedPoints.
|
int |
getNumOfEdges()
Get the value of numOfEdges.
|
int |
getNumOfPaths()
Get the value of numOfPaths.
|
int |
getNumOfSheets()
Get the value of numOfSheets.
|
int |
getNumOfSingularPoints()
Get the value of numOfSingularPoints.
|
boolean |
getPassedCutDebug()
Get the value of debug.
|
TransformState |
getState() |
void |
getState(TransformState aState) |
de.jtem.blas.IntegerMatrix |
getT()
Get the value of T.
|
void |
print() |
void |
process(ArrayList listOfPasses) |
void |
process(PointPassedCutEvent e) |
void |
setDebug(boolean v)
Set the value of debug.
|
void |
setPassedCutDebug(boolean v)
Set the value of debug.
|
void |
setState(TransformState aState) |
void |
singularPointPassedCutOfBranchPointClockWise(int i_pnt,
int j_pnt) |
void |
singularPointPassedCutOfBranchPointCounterClockWise(int i_pnt,
int j_pnt) |
void |
singularPointPassedCutOfDistinguishedPointClockWise(int i_pnt,
int j_pnt) |
void |
singularPointPassedCutOfDistinguishedPointCounterClockWise(int i_pnt,
int j_pnt) |
void |
singularPointPassedCutOfSingularPointClockWise(int i_pnt,
int j_pnt) |
void |
singularPointPassedCutOfSingularPointCounterClockWise(int i_pnt,
int j_pnt) |
protected Transform()
public Transform(de.jtem.blas.IntegerMatrix monodrom)
public Transform(de.jtem.blas.IntegerMatrix monodrom, de.jtem.blas.IntegerMatrix singular)
public Transform(de.jtem.blas.IntegerMatrix monodrom, de.jtem.blas.IntegerMatrix singular, de.jtem.blas.IntegerVector disting)
public Transform(de.jtem.blas.IntegerMatrix monodrom, de.jtem.blas.IntegerVector disting)
public Transform(Transform aTransform)
public void assign(Transform aTransform)
public void branchPointPassedCutOfBranchPointClockWise(int i_pnt, int j_pnt)
public void branchPointPassedCutOfBranchPointCounterClockWise(int i_pnt, int j_pnt)
public void branchPointPassedCutOfDistinguishedPointClockWise(int i_pnt, int j_pnt)
public void branchPointPassedCutOfDistinguishedPointCounterClockWise(int i_pnt, int j_pnt)
public void branchPointPassedCutOfSingularPointClockWise(int i_pnt, int j_pnt)
public void branchPointPassedCutOfSingularPointCounterClockWise(int i_pnt, int j_pnt)
protected final void checkForBifurcation(int anIndex, int otherIndex)
protected final void checkForBranchPointIndex(int anIndex)
protected final void checkForDistinguishedPointIndex(int anIndex)
protected final void checkForSingularPointIndex(int anIndex)
public void computeEdgeIntegrals(de.jtem.blas.ComplexMatrix integrals, de.jtem.blas.ComplexMatrix sing_integrals, de.jtem.blas.ComplexMatrix distinguishedIntegrals, de.jtem.blas.ComplexVector edgeIntegrals)
public void computeEdgeIntegrals(de.jtem.blas.ComplexMatrix integrals, de.jtem.blas.ComplexMatrix sing_integrals, de.jtem.blas.ComplexVector edgeIntegrals)
public void computeEdgeIntegrals(de.jtem.blas.ComplexMatrix integrals, de.jtem.blas.ComplexMatrix sing_integrals, de.jtem.blas.ComplexVector distinguishedIntegrals, de.jtem.blas.ComplexVector edgeIntegrals)
public void computeEdgeIntegrals(de.jtem.blas.ComplexMatrix integrals, de.jtem.blas.ComplexVector edgeIntegrals)
public void distinguishedPointPassedCutOfBranchPointClockWise(int i_pnt, int j_pnt)
public void distinguishedPointPassedCutOfBranchPointCounterClockWise(int i_pnt, int j_pnt)
public void distinguishedPointPassedCutOfDistinguishedPointClockWise(int i_pnt, int j_pnt)
public void distinguishedPointPassedCutOfDistinguishedPointCounterClockWise(int i_pnt, int j_pnt)
public void distinguishedPointPassedCutOfSingularPointClockWise(int i_pnt, int j_pnt)
public void distinguishedPointPassedCutOfSingularPointCounterClockWise(int i_pnt, int j_pnt)
public boolean getDebug()
public de.jtem.blas.IntegerVector getDistinguishedPoints()
public de.jtem.blas.IntegerVector getEdgeBranchPoint()
public de.jtem.blas.IntegerVector getEdgeEndPoint()
public int getEdgeNumber(int branchPointIndex, int sheetIndex)
public de.jtem.blas.IntegerVector getEdgeStartPoint()
public de.jtem.blas.IntegerMatrix getG()
public de.jtem.blas.IntegerMatrix getGl()
public de.jtem.blas.IntegerMatrix getH()
public de.jtem.blas.IntegerVector getMonodromyAboutInfinity()
public int getNumOf_g_Edges()
public int getNumOf_h_Edges()
public int getNumOfBranchPoints()
public int getNumOfCells()
public int getNumOfDistinguishedPoints()
public int getNumOfEdges()
public int getNumOfPaths()
public int getNumOfSheets()
public int getNumOfSingularPoints()
public boolean getPassedCutDebug()
public TransformState getState()
public void getState(TransformState aState)
public de.jtem.blas.IntegerMatrix getT()
public void print()
public void process(ArrayList listOfPasses)
public void process(PointPassedCutEvent e)
public void setDebug(boolean v)
v
- Value to assign to debug.public void setPassedCutDebug(boolean v)
v
- Value to assign to debug.public void setState(TransformState aState)
public void singularPointPassedCutOfBranchPointClockWise(int i_pnt, int j_pnt)
public void singularPointPassedCutOfBranchPointCounterClockWise(int i_pnt, int j_pnt)
public void singularPointPassedCutOfDistinguishedPointClockWise(int i_pnt, int j_pnt)
public void singularPointPassedCutOfDistinguishedPointCounterClockWise(int i_pnt, int j_pnt)
public void singularPointPassedCutOfSingularPointClockWise(int i_pnt, int j_pnt)
public void singularPointPassedCutOfSingularPointCounterClockWise(int i_pnt, int j_pnt)