public class AnalyticContinuation extends Object
Constructor and Description |
---|
AnalyticContinuation(AlgebraicCurve curve) |
Modifier and Type | Method and Description |
---|---|
void |
continueAlongPathOnLambdaPlane(de.jtem.blas.ComplexVector path,
de.jtem.mfc.field.Complex muAtStartPoint,
de.jtem.mfc.field.Complex muAtEndPoint) |
void |
continueAlongPathOnMuPlane(de.jtem.blas.ComplexVector path,
de.jtem.mfc.field.Complex lambdaAtStartPoint,
de.jtem.mfc.field.Complex lambdaAtEndPoint) |
void |
continueOnLambdaPlaneTo(de.jtem.mfc.field.Complex Q,
de.jtem.mfc.field.Complex muAtQ) |
void |
continueOnMuPlaneTo(de.jtem.mfc.field.Complex Q,
de.jtem.mfc.field.Complex lambdaAtQ) |
void |
startContinuation(de.jtem.mfc.field.Complex lambda,
de.jtem.mfc.field.Complex mu) |
public AnalyticContinuation(AlgebraicCurve curve)
public final void continueAlongPathOnLambdaPlane(de.jtem.blas.ComplexVector path, de.jtem.mfc.field.Complex muAtStartPoint, de.jtem.mfc.field.Complex muAtEndPoint)
public final void continueAlongPathOnMuPlane(de.jtem.blas.ComplexVector path, de.jtem.mfc.field.Complex lambdaAtStartPoint, de.jtem.mfc.field.Complex lambdaAtEndPoint)
public void continueOnLambdaPlaneTo(de.jtem.mfc.field.Complex Q, de.jtem.mfc.field.Complex muAtQ)
public void continueOnMuPlaneTo(de.jtem.mfc.field.Complex Q, de.jtem.mfc.field.Complex lambdaAtQ)
public void startContinuation(de.jtem.mfc.field.Complex lambda, de.jtem.mfc.field.Complex mu)