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.PrimitiveR032Store. cast(Rotation<java.lang.Double> transformation)(package private) static Rotation.PrimitiveR064Store. cast(Rotation<java.lang.Double> transformation)(package private) static Rotation.PrimitiveRawStore. cast(Rotation<java.lang.Double> aTransf)Rotation.PrimitivePrimitiveFactory. makeRotation(int low, int high, double cos, double sin)Rotation.PrimitivePrimitiveFactory. 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.PrimitiveRotation.Primitive. invert()static Rotation.PrimitiveRotation. makePrimitive(int aLowerIndex, int aHigherIndex, double anAngle)
-