public class FixPointsOfInvolution extends Object
| Constructor and Description |
|---|
FixPointsOfInvolution() |
| Modifier and Type | Method and Description |
|---|---|
static void |
compute(de.jtem.mfc.field.Complex A,
de.jtem.mfc.field.Complex B,
de.jtem.mfc.field.Complex mu,
de.jtem.mfc.field.Complex firstFixPoint,
de.jtem.mfc.field.Complex secondFixPoint) |
static void |
compute(Schottky schottky,
int anIndex,
de.jtem.mfc.field.Complex firstFixPoint,
de.jtem.mfc.field.Complex secondFixPoint) |
static void |
computeBranchPoints(Schottky schottky,
de.jtem.mfc.field.Complex[] branchPoint) |
static void |
computeFixPoints(Schottky schottky,
de.jtem.mfc.field.Complex[] fixPoint) |
static de.jtem.mfc.field.Complex[] |
getBranchPoints(Schottky schottky) |
static de.jtem.mfc.field.Complex[] |
getFixPoints(Schottky schottky) |
public static void compute(de.jtem.mfc.field.Complex A,
de.jtem.mfc.field.Complex B,
de.jtem.mfc.field.Complex mu,
de.jtem.mfc.field.Complex firstFixPoint,
de.jtem.mfc.field.Complex secondFixPoint)
public static void compute(Schottky schottky, int anIndex, de.jtem.mfc.field.Complex firstFixPoint, de.jtem.mfc.field.Complex secondFixPoint)
public static void computeBranchPoints(Schottky schottky, de.jtem.mfc.field.Complex[] branchPoint)
public static void computeFixPoints(Schottky schottky, de.jtem.mfc.field.Complex[] fixPoint)
public static de.jtem.mfc.field.Complex[] getBranchPoints(Schottky schottky)
public static de.jtem.mfc.field.Complex[] getFixPoints(Schottky schottky)