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 TypeClassDescriptionclassWraps around aSingularValueDecompositionand ensures that the input is not modified.classWraps around aSingularValueDecompositionand ensures that the input is not modified.classComputes the Singular value decomposition of a matrix using the implicit QR algorithm for singular value decomposition.classComputes the Singular value decomposition of a matrix using the implicit QR algorithm for singular value decomposition.classConcurrent version ofSvdImplicitQrDecompose_DDRMclassConcurrent 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 doubleDecompositionFactory_DDRM.quality(DMatrixRMaj orig, SingularValueDecomposition<DMatrixRMaj> svd) Computes a metric which measures the the quality of a singular value decomposition.static floatDecompositionFactory_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 TypeInterfaceDescriptioninterfaceSingularValueDecomposition_F32<T extends Matrix>Implementation ofSingularValueDecompositionfor 32-bit floats.interfaceSingularValueDecomposition_F64<T extends Matrix>Implementation ofSingularValueDecompositionfor 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.