Uses of Class
org.ojalgo.matrix.transformation.Rotation
Packages that use Rotation
-
Uses of Rotation in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return RotationModifier and TypeMethodDescriptionPhysicalStore.Factory.makeRotation(int low, int high, double cos, double sin) PhysicalStore.Factory.makeRotation(int low, int high, N cos, N sin) Methods in org.ojalgo.matrix.store with parameters of type RotationModifier and TypeMethodDescriptionvoidGenericStore.transformLeft(Rotation<N> transformation) voidPhysicalStore.transformLeft(Rotation<N> transformation) As inMatrixStore.premultiply(Access1D)where the left/parameter matrix is a plane rotation.voidR032Store.transformLeft(Rotation<Double> transformation) voidR064Store.transformLeft(Rotation<Double> transformation) voidRawStore.transformLeft(Rotation<Double> transformation) voidGenericStore.transformRight(Rotation<N> transformation) voidPhysicalStore.transformRight(Rotation<N> transformation) As inMatrixStore.multiply(MatrixStore)where the right/parameter matrix is a plane rotation.voidR032Store.transformRight(Rotation<Double> transformation) voidR064Store.transformRight(Rotation<Double> transformation) voidRawStore.transformRight(Rotation<Double> transformation) -
Uses of Rotation in org.ojalgo.matrix.transformation
Subclasses of Rotation in org.ojalgo.matrix.transformationModifier and TypeClassDescriptionstatic final classRotation.Generic<N extends Scalar<N>>static final classMethods in org.ojalgo.matrix.transformation that return RotationConstructors in org.ojalgo.matrix.transformation with parameters of type Rotation