Uses of Interface
org.ojalgo.matrix.decomposition.function.ExchangeColumns
Packages that use ExchangeColumns
Package
Description
-
Uses of ExchangeColumns in org.ojalgo.matrix.decomposition
Subinterfaces of ExchangeColumns in org.ojalgo.matrix.decompositionModifier and TypeInterfaceDescriptioninterfaceDecompositionStore<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 ExchangeColumnsModifier and TypeMethodDescriptionprivate static voidDenseSingularValue.doCase4(double[] s, int k, NegateColumn q2NegCol, ExchangeColumns q1XchgCols, ExchangeColumns q2XchgCols) static voidEigenvalue.sort(double[] values, ExchangeColumns vectorExchange) Sort eigenvalues and corresponding vectors.(package private) static voidDenseSingularValue.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 -
Uses of ExchangeColumns in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement ExchangeColumnsModifier and TypeClassDescriptionfinal classGenericStore<N extends Scalar<N>>A generic implementation of PhysicalStore.final classAimplementation of PhysicalStore.invalid reference
double