Uses of Class
org.ojalgo.matrix.transformation.Rotation
Packages that use Rotation
Package
Description
-
Uses of Rotation in org.ojalgo.matrix.decomposition
Methods in org.ojalgo.matrix.decomposition that return RotationModifier and TypeMethodDescriptionAbstractDecomposition.makeRotation(int low, int high, double cos, double sin) AbstractDecomposition.makeRotation(int low, int high, N cos, N sin) -
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 TypeMethodDescriptionprivate Rotation.Generic<N> (package private) static Rotation.Primitive(package private) static Rotation.Primitive(package private) static Rotation.PrimitivevoidGenericStore.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 RotationModifier and TypeMethodDescriptionRotation.invert()Rotation.rotationsP(PhysicalStore<Double> matrix, int low, int high, Rotation<Double>[] results) Methods in org.ojalgo.matrix.transformation with parameters of type RotationModifier and TypeMethodDescriptionRotation.rotationsP(PhysicalStore<Double> matrix, int low, int high, Rotation<Double>[] results) Constructors in org.ojalgo.matrix.transformation with parameters of type Rotation