Uses of Class
org.ojalgo.matrix.transformation.Rotation.Generic
Packages that use Rotation.Generic
-
Uses of Rotation.Generic in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return Rotation.GenericModifier and TypeMethodDescriptionprivate Rotation.Generic
<N> GenericStore.Factory.makeRotation
(int low, int high, double cos, double sin) GenericStore.Factory.makeRotation
(int low, int high, N cos, N sin) -
Uses of Rotation.Generic in org.ojalgo.matrix.transformation
Methods in org.ojalgo.matrix.transformation that return Rotation.GenericModifier and TypeMethodDescriptionRotation.Generic.invert()
static <N extends Scalar<N>>
Rotation.Generic<N> Rotation.makeGeneric
(FunctionSet<N> functions, int aLowerIndex, int aHigherIndex, N anAngle)