Uses of Class
org.ojalgo.matrix.transformation.Rotation.Generic
-
Packages that use Rotation.Generic Package Description org.ojalgo.matrix.store org.ojalgo.matrix.transformation -
-
Uses of Rotation.Generic in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return Rotation.Generic Modifier and Type Method Description private Rotation.Generic<N>GenericStore. cast(Rotation<N> transformation)Rotation.Generic<N>GenericStore.Factory. makeRotation(int low, int high, double cos, double sin)Rotation.Generic<N>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.Generic Modifier and Type Method Description Rotation.Generic<N>Rotation.Generic. invert()static <N extends Scalar<N>>
Rotation.Generic<N>Rotation. makeGeneric(FunctionSet<N> functions, int aLowerIndex, int aHigherIndex, N anAngle)
-