org.ojalgo.matrix.transformation
Class Rotation.Complex
java.lang.Object
org.ojalgo.matrix.transformation.Rotation<ComplexNumber>
org.ojalgo.matrix.transformation.Rotation.Complex
- Enclosing class:
- Rotation<N extends Number>
public static final class Rotation.Complex
- extends Rotation<ComplexNumber>
| Fields inherited from class org.ojalgo.matrix.transformation.Rotation |
high, low |
cos
public final ComplexNumber cos
sin
public final ComplexNumber sin
Rotation.Complex
public Rotation.Complex(int index)
Rotation.Complex
public Rotation.Complex(int aLowerIndex,
int aHigherIndex)
Rotation.Complex
public Rotation.Complex(int aLowerIndex,
int aHigherIndex,
ComplexNumber aCosine,
ComplexNumber aSine)
Rotation.Complex
public Rotation.Complex(Rotation<ComplexNumber> aRotation)
doubleCosineValue
public double doubleCosineValue()
- Specified by:
doubleCosineValue in class Rotation<ComplexNumber>
doubleSineValue
public double doubleSineValue()
- Specified by:
doubleSineValue in class Rotation<ComplexNumber>
getCosine
public ComplexNumber getCosine()
- Specified by:
getCosine in class Rotation<ComplexNumber>
getSine
public ComplexNumber getSine()
- Specified by:
getSine in class Rotation<ComplexNumber>
invert
public Rotation.Complex invert()
- Specified by:
invert in class Rotation<ComplexNumber>