public class AnalyticContinuousIntegrator extends Object
Constructor and Description |
---|
AnalyticContinuousIntegrator(AlgebraicCurve curve) |
Modifier and Type | Method and Description |
---|---|
void |
integrateAlongPathOnLambdaPlane(FunctionSetOnAlgebraicCurve f,
de.jtem.blas.ComplexVector path,
de.jtem.mfc.field.Complex muAtStartPoint,
de.jtem.mfc.field.Complex muAtEndPoint,
de.jtem.blas.ComplexVector values) |
void |
integrateAlongPathOnMuPlane(FunctionSetOnAlgebraicCurve f,
de.jtem.blas.ComplexVector path,
de.jtem.mfc.field.Complex lambdaAtStartPoint,
de.jtem.mfc.field.Complex lambdaAtEndPoint,
de.jtem.blas.ComplexVector values) |
void |
integrateSegmentInLambdaPlaneTo(FunctionSetOnAlgebraicCurve f,
de.jtem.mfc.field.Complex lambdaAtStartPoint,
de.jtem.mfc.field.Complex muAtStartPoint,
de.jtem.mfc.field.Complex lambdaAtEndPoint,
de.jtem.mfc.field.Complex muAtEndPoint,
de.jtem.blas.ComplexVector values) |
void |
integrateSegmentInMuPlaneTo(FunctionSetOnAlgebraicCurve f,
de.jtem.mfc.field.Complex lambdaAtStartPoint,
de.jtem.mfc.field.Complex muAtStartPoint,
de.jtem.mfc.field.Complex lambdaAtEndPoint,
de.jtem.mfc.field.Complex muAtEndPoint,
de.jtem.blas.ComplexVector values) |
public AnalyticContinuousIntegrator(AlgebraicCurve curve)
public final void integrateAlongPathOnLambdaPlane(FunctionSetOnAlgebraicCurve f, de.jtem.blas.ComplexVector path, de.jtem.mfc.field.Complex muAtStartPoint, de.jtem.mfc.field.Complex muAtEndPoint, de.jtem.blas.ComplexVector values)
public final void integrateAlongPathOnMuPlane(FunctionSetOnAlgebraicCurve f, de.jtem.blas.ComplexVector path, de.jtem.mfc.field.Complex lambdaAtStartPoint, de.jtem.mfc.field.Complex lambdaAtEndPoint, de.jtem.blas.ComplexVector values)
public void integrateSegmentInLambdaPlaneTo(FunctionSetOnAlgebraicCurve f, de.jtem.mfc.field.Complex lambdaAtStartPoint, de.jtem.mfc.field.Complex muAtStartPoint, de.jtem.mfc.field.Complex lambdaAtEndPoint, de.jtem.mfc.field.Complex muAtEndPoint, de.jtem.blas.ComplexVector values)
f
- set of functions to integratelambdaAtStartPoint
- lambda coordinate of start point (input)muAtStartPoint
- mu coordinate of start point (input)lambdaAtEndPoint
- lambda coordinate of end point (input)muAtEndPoint
- mu coordinate of end point (output)values
- integrals along presribed segment (output)public void integrateSegmentInMuPlaneTo(FunctionSetOnAlgebraicCurve f, de.jtem.mfc.field.Complex lambdaAtStartPoint, de.jtem.mfc.field.Complex muAtStartPoint, de.jtem.mfc.field.Complex lambdaAtEndPoint, de.jtem.mfc.field.Complex muAtEndPoint, de.jtem.blas.ComplexVector values)
f
- set of functions to integratelambdaAtStartPoint
- lambda coordinate of start point (input)muAtStartPoint
- mu coordinate of start point (input)lambdaAtEndPoint
- lambda coordinate of end point (output)muAtEndPoint
- mu coordinate of end point (input)values
- integrals along presribed segment (output)