Uses of Interface
org.ejml.interfaces.decomposition.SingularValueDecomposition
Package
Description
-
Uses of SingularValueDecomposition in org.ejml.dense.row.decomposition.svd
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionSolvePseudoInverseSvd_DDRM.getDecomposer()
SolvePseudoInverseSvd_FDRM.getDecomposer()
-
Uses of SingularValueDecomposition in org.ejml.interfaces.decomposition
Modifier 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
Modifier and TypeMethodDescriptionSimpleSVD.getSVD()
Returns the underlying decomposition that this is a wrapper around.