Uses of Interface
org.ojalgo.matrix.decomposition.function.ExchangeColumns
-
Packages that use ExchangeColumns Package Description org.ojalgo.matrix.decomposition org.ojalgo.matrix.decomposition.function org.ojalgo.matrix.store -
-
Uses of ExchangeColumns in org.ojalgo.matrix.decomposition
Subinterfaces of ExchangeColumns in org.ojalgo.matrix.decomposition Modifier and Type Interface Description interface
DecompositionStore<N extends java.lang.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 ExchangeColumns Modifier and Type Method Description private static void
SingularValueDecomposition. doCase4(double[] s, int k, NegateColumn q2NegCol, ExchangeColumns q1XchgCols, ExchangeColumns q2XchgCols)
(package private) static void
EigenvalueDecomposition. sort(double[] d, ExchangeColumns mtrxV)
Sort eigenvalues and corresponding vectors.(package private) static void
SingularValueDecomposition. toDiagonal(double[] s, double[] e, RotateRight q1RotR, RotateRight q2RotR, ExchangeColumns q1XchgCols, ExchangeColumns q2XchgCols, NegateColumn q2NegCol)
-
Uses of ExchangeColumns in org.ojalgo.matrix.decomposition.function
Fields in org.ojalgo.matrix.decomposition.function declared as ExchangeColumns Modifier and Type Field Description static ExchangeColumns
ExchangeColumns. NULL
-
Uses of ExchangeColumns in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement ExchangeColumns Modifier and Type Class Description class
GenericStore<N extends Scalar<N>>
A generic implementation of PhysicalStore.class
R064Store
A double implementation of PhysicalStore.
-