public class AbelMap extends Object
| Modifier and Type | Method and Description |
|---|---|
de.jtem.mfc.field.Complex |
eval(de.jtem.mfc.field.Complex A,
de.jtem.mfc.field.Complex B,
de.jtem.blas.ComplexVector path,
double acc)
Computes normalized integral of thrid kind along prescribed path.
|
de.jtem.mfc.field.Complex |
eval(int index,
de.jtem.blas.ComplexVector path,
double acc)
Computes normalized integral of first kind with prescribed
index along given path.
|
de.jtem.mfc.field.Complex |
numEval(de.jtem.mfc.field.Complex A,
de.jtem.mfc.field.Complex B,
de.jtem.blas.ComplexVector path,
double tol)
integrates normalized differential of thrid kind with prescribes poles A
and B numerically along given path.
|
de.jtem.mfc.field.Complex |
numEval(int index,
de.jtem.blas.ComplexVector path,
double tol)
integrates normalized differential of first kind with prescribed
index numerically along given path with prescribed tol.
|
public AbelMap(Schottky schottky)
public de.jtem.mfc.field.Complex eval(de.jtem.mfc.field.Complex A,
de.jtem.mfc.field.Complex B,
de.jtem.blas.ComplexVector path,
double acc)
A - singularity with residue -1B - singularity with residue +1path - of integrationacc - accurac of integralpublic de.jtem.mfc.field.Complex eval(int index,
de.jtem.blas.ComplexVector path,
double acc)
index - of normalized differential of first kindpath - of integrationacc - accuracy of integralpublic de.jtem.mfc.field.Complex numEval(de.jtem.mfc.field.Complex A,
de.jtem.mfc.field.Complex B,
de.jtem.blas.ComplexVector path,
double tol)
A - singularity with residue -1B - singularity with residue +1path - of integrationtol - absolute and relative tolerance of numerical integration,
the differential is evaluated with an accuracy of one tenth of tol.public de.jtem.mfc.field.Complex numEval(int index,
de.jtem.blas.ComplexVector path,
double tol)
index - of normalized differentil of first kindpath - of integrationtol - absolute and relative tolerance of numerical integration,
the differential is evaluated with an accuracy of one tenth of tol.