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
Methods in org.ojalgo.matrix that return SingularValueModifier and TypeMethodDescription(package private) abstract SingularValue
<N> BasicMatrix.newSingularValue
(Structure2D typical) (package private) SingularValue
<ComplexNumber> MatrixC128.newSingularValue
(Structure2D typical) (package private) SingularValue
<Quaternion> MatrixH256.newSingularValue
(Structure2D typical) (package private) SingularValue
<RationalNumber> MatrixQ128.newSingularValue
(Structure2D typical) (package private) SingularValue
<Double> MatrixR032.newSingularValue
(Structure2D typical) (package private) SingularValue
<Double> MatrixR064.newSingularValue
(Structure2D typical) (package private) SingularValue
<Quadruple> MatrixR128.newSingularValue
(Structure2D typical) -
Uses of SingularValue in org.ojalgo.matrix.decomposition
Classes in org.ojalgo.matrix.decomposition that implement SingularValueModifier and TypeClassDescription(package private) final class
Singular Value Decomposition.(package private) class
SingularValueDecomposition<N extends Comparable<N>>
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
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)