Uses of Interface
org.ojalgo.matrix.decomposition.function.RotateRight
Packages that use RotateRight
Package
Description
-
Uses of RotateRight in org.ojalgo.matrix.decomposition
Subinterfaces of RotateRight in org.ojalgo.matrix.decompositionModifier and TypeInterfaceDescriptioninterface
DecompositionStore<N extends Comparable<N>>
Only classes that will act as a delegate to a MatrixDecomposition implementation from this package should implement this interface.Methods in org.ojalgo.matrix.decomposition with parameters of type RotateRightModifier and TypeMethodDescriptionprivate static void
SingularValueDecomposition.doCase1
(double[] s, double[] e, int p, int k, RotateRight q2RotR) private static void
SingularValueDecomposition.doCase2
(double[] s, double[] e, int p, int k, RotateRight mtrxQ1) private static void
SingularValueDecomposition.doCase3
(double[] s, double[] e, int p, int k, RotateRight q1RotR, RotateRight q2RotR) (package private) static void
SingularValueDecomposition.toDiagonal
(double[] s, double[] e, RotateRight q1RotR, RotateRight q2RotR, ExchangeColumns q1XchgCols, ExchangeColumns q2XchgCols, NegateColumn q2NegCol) (package private) static void
HermitianEvD.tql2
(double[] d, double[] e, RotateRight mtrxV) -
Uses of RotateRight in org.ojalgo.matrix.decomposition.function
Fields in org.ojalgo.matrix.decomposition.function declared as RotateRight -
Uses of RotateRight in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement RotateRightModifier and TypeClassDescriptionfinal class
GenericStore<N extends Scalar<N>>
A generic implementation of PhysicalStore.final class
Ainvalid reference
double