Uses of Class
org.ojalgo.matrix.transformation.Rotation.Primitive
-
Packages that use Rotation.Primitive Package Description org.ojalgo.matrix.store org.ojalgo.matrix.transformation -
-
Uses of Rotation.Primitive in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return Rotation.Primitive Modifier and Type Method Description (package private) static Rotation.Primitive
R032Store. cast(Rotation<java.lang.Double> transformation)
(package private) static Rotation.Primitive
R064Store. cast(Rotation<java.lang.Double> transformation)
(package private) static Rotation.Primitive
RawStore. cast(Rotation<java.lang.Double> aTransf)
Rotation.Primitive
PrimitiveFactory. makeRotation(int low, int high, double cos, double sin)
Rotation.Primitive
PrimitiveFactory. makeRotation(int low, int high, java.lang.Double cos, java.lang.Double sin)
-
Uses of Rotation.Primitive in org.ojalgo.matrix.transformation
Methods in org.ojalgo.matrix.transformation that return Rotation.Primitive Modifier and Type Method Description Rotation.Primitive
Rotation.Primitive. invert()
static Rotation.Primitive
Rotation. makePrimitive(int aLowerIndex, int aHigherIndex, double anAngle)
-