mccombe.mapping
Class Orthomorphic.Complex
java.lang.Object
mccombe.mapping.Orthomorphic.Complex
- Enclosing class:
- Orthomorphic
public static final class Orthomorphic.Complex
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Orthomorphic.Complex
public Orthomorphic.Complex(double real,
double imag)
add
public Orthomorphic.Complex add(Orthomorphic.Complex c)
sub
public Orthomorphic.Complex sub(Orthomorphic.Complex c)
mul
public Orthomorphic.Complex mul(Orthomorphic.Complex c)
mul
public Orthomorphic.Complex mul(double r)
div
public Orthomorphic.Complex div(double r)
div
public Orthomorphic.Complex div(Orthomorphic.Complex c)
modsq
public double modsq()
r
public double r()
i
public double i()
conjg
public Orthomorphic.Complex conjg()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object