Uses of Interface
org.ojalgo.matrix.decomposition.SingularValue
Packages that use SingularValue
-
Uses of SingularValue in org.ojalgo.data
Methods in org.ojalgo.data with parameters of type SingularValueModifier and TypeMethodDescriptionstatic <M extends PhysicalStore<Double>>
MDataProcessors.covariances(Factory2D<M> factory, SingularValue<Double> svd) static <M extends PhysicalStore<Double>>
MDataProcessors.covariances(Factory2D<M> factory, SingularValue<Double> svd, double threshold) static <M extends PhysicalStore<Double>>
MDataProcessors.covariances(Factory2D<M> factory, SingularValue<Double> svd, int complexity) -
Uses of SingularValue in org.ojalgo.matrix.decomposition
Subinterfaces of SingularValue in org.ojalgo.matrix.decompositionModifier and TypeInterfaceDescriptionstatic interfaceEigenvalue.Spectral<N extends Comparable<N>>“Spectral decomposition” refers specifically to the orthogonal/unitary eigen-decomposition of a normal matrix (most commonly Hermitian / symmetric).Methods in org.ojalgo.matrix.decomposition that return SingularValueModifier and TypeMethodDescriptiondefault SingularValue<N> SingularValue.Factory.make(boolean fullSize) default SingularValue<N> SingularValue.Factory.make(Structure2D typical) SingularValue.Factory.make(Structure2D typical, boolean fullSize) Methods in org.ojalgo.matrix.decomposition with parameters of type SingularValueModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
booleanSingularValue.equals(MatrixStore<N> matrix, SingularValue<N> decomposition, NumberContext context) static <N extends Comparable<N>>
MatrixStore<N> SingularValue.invert(SingularValue<N> decomposition, PhysicalStore<N> preallocated) static <N extends Comparable<N>>
MatrixStore<N> SingularValue.reconstruct(SingularValue<N> decomposition) static <N extends Comparable<N>>
MatrixStore<N> SingularValue.solve(SingularValue<N> decomposition, MatrixStore<N> rhs, PhysicalStore<N> preallocated)