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 TypeMethodDescriptionGenericDecomposition.makeRotation
(int low, int high, double cos, double sin) GenericDecomposition.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.Primitive
void
GenericStore.transformLeft
(Rotation<N> transformation) void
PhysicalStore.transformLeft
(Rotation<N> transformation) As inMatrixStore.premultiply(Access1D)
where the left/parameter matrix is a plane rotation.void
R032Store.transformLeft
(Rotation<Double> transformation) void
R064Store.transformLeft
(Rotation<Double> transformation) void
RawStore.transformLeft
(Rotation<Double> transformation) void
GenericStore.transformRight
(Rotation<N> transformation) void
PhysicalStore.transformRight
(Rotation<N> transformation) As inMatrixStore.multiply(MatrixStore)
where the right/parameter matrix is a plane rotation.void
R032Store.transformRight
(Rotation<Double> transformation) void
R064Store.transformRight
(Rotation<Double> transformation) void
RawStore.transformRight
(Rotation<Double> transformation) -
Uses of Rotation in org.ojalgo.matrix.transformation
Subclasses of Rotation in org.ojalgo.matrix.transformationModifier and TypeClassDescriptionstatic final class
Rotation.Generic<N extends Scalar<N>>
static final class
Methods 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