Package org.ojalgo.matrix.transformation
Class Rotation.Generic<N extends Scalar<N>>
java.lang.Object
org.ojalgo.matrix.transformation.Rotation<N>
org.ojalgo.matrix.transformation.Rotation.Generic<N>
- Enclosing class:
Rotation<N extends Comparable<N>>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ojalgo.matrix.transformation.Rotation
Rotation.Generic<N extends Scalar<N>>, Rotation.Primitive
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ojalgo.matrix.transformation.Rotation
makeGeneric, makePrimitive, rotationsP, toString, transform
-
Field Details
-
cos
-
sin
-
-
Constructor Details
-
Generic
public Generic(int index) -
Generic
public Generic(int aLowerIndex, int aHigherIndex) -
Generic
-
Generic
-
-
Method Details
-
doubleCosineValue
public double doubleCosineValue()- Specified by:
doubleCosineValue
in classRotation<N extends Scalar<N>>
-
doubleSineValue
public double doubleSineValue()- Specified by:
doubleSineValue
in classRotation<N extends Scalar<N>>
-
getCosine
-
getSine
-
invert
-