Uses of Interface
org.ejml.interfaces.decomposition.SingularValueDecomposition
Packages that use SingularValueDecomposition
Package
Description
-
Uses of SingularValueDecomposition in org.ejml.dense.row.decomposition.svd
Classes in org.ejml.dense.row.decomposition.svd that implement SingularValueDecompositionModifier and TypeClassDescriptionclass
Wraps around aSingularValueDecomposition
and ensures that the input is not modified.class
Wraps around aSingularValueDecomposition
and ensures that the input is not modified.class
Computes the Singular value decomposition of a matrix using the implicit QR algorithm for singular value decomposition.class
Computes the Singular value decomposition of a matrix using the implicit QR algorithm for singular value decomposition.class
Concurrent version ofSvdImplicitQrDecompose_DDRM
class
Concurrent version ofSvdImplicitQrDecompose_FDRM
-
Uses of SingularValueDecomposition in org.ejml.dense.row.factory
Methods in org.ejml.dense.row.factory with parameters of type SingularValueDecompositionModifier and TypeMethodDescriptionstatic double
DecompositionFactory_DDRM.quality
(DMatrixRMaj orig, SingularValueDecomposition<DMatrixRMaj> svd) Computes a metric which measures the the quality of a singular value decomposition.static float
DecompositionFactory_FDRM.quality
(FMatrixRMaj orig, SingularValueDecomposition<FMatrixRMaj> svd) Computes a metric which measures the the quality of a singular value decomposition. -
Uses of SingularValueDecomposition in org.ejml.dense.row.linsol.svd
Methods in org.ejml.dense.row.linsol.svd that return SingularValueDecompositionModifier and TypeMethodDescriptionSolvePseudoInverseSvd_DDRM.getDecomposer()
SolvePseudoInverseSvd_FDRM.getDecomposer()
-
Uses of SingularValueDecomposition in org.ejml.interfaces.decomposition
Subinterfaces of SingularValueDecomposition in org.ejml.interfaces.decompositionModifier and TypeInterfaceDescriptioninterface
SingularValueDecomposition_F32<T extends Matrix>
Implementation ofSingularValueDecomposition
for 32-bit floats.interface
SingularValueDecomposition_F64<T extends Matrix>
Implementation ofSingularValueDecomposition
for 64-bit floats. -
Uses of SingularValueDecomposition in org.ejml.simple
Methods in org.ejml.simple that return SingularValueDecompositionModifier and TypeMethodDescriptionSimpleSVD.getSVD()
Returns the underlying decomposition that this is a wrapper around.