|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SingularValueDecomposition | |
|---|---|
| org.ejml.alg.dense.decomposition | |
| org.ejml.alg.dense.decomposition.svd | |
| org.ejml.ops | |
| org.ejml.simple | |
| Uses of SingularValueDecomposition in org.ejml.alg.dense.decomposition |
|---|
| Methods in org.ejml.alg.dense.decomposition that return SingularValueDecomposition | |
|---|---|
static SingularValueDecomposition<DenseMatrix64F> |
DecompositionFactory.svd(int numRows,
int numCols)
Returns a new instance of a SingularValueDecomposition which will compute the full decomposition.. |
static SingularValueDecomposition<DenseMatrix64F> |
DecompositionFactory.svd(int numRows,
int numCols,
boolean needU,
boolean needV,
boolean compact)
Returns a new instance of a SingularValueDecomposition which can be configured to compute U and V matrices or not, be in compact form. |
| Methods in org.ejml.alg.dense.decomposition with parameters of type SingularValueDecomposition | |
|---|---|
static double |
DecompositionFactory.quality(DenseMatrix64F orig,
SingularValueDecomposition<DenseMatrix64F> svd)
Computes a metric which measures the the quality of a singular value decomposition. |
| Uses of SingularValueDecomposition in org.ejml.alg.dense.decomposition.svd |
|---|
| Classes in org.ejml.alg.dense.decomposition.svd that implement SingularValueDecomposition | |
|---|---|
class |
SvdImplicitQrDecompose
Computes the Singular value decomposition of a matrix using the implicit QR algorithm for singular value decomposition. |
| Uses of SingularValueDecomposition in org.ejml.ops |
|---|
| Methods in org.ejml.ops with parameters of type SingularValueDecomposition | |
|---|---|
static int |
SingularOps.nullity(SingularValueDecomposition svd,
double threshold)
Extracts the nullity of a matrix using a preexisting decomposition. |
static DenseMatrix64F |
SingularOps.nullSpace(SingularValueDecomposition<DenseMatrix64F> svd,
DenseMatrix64F v)
Computes the null space from the provided singular value. |
static int |
SingularOps.rank(SingularValueDecomposition svd,
double threshold)
Extracts the rank of a matrix using a preexisting decomposition. |
| Uses of SingularValueDecomposition in org.ejml.simple |
|---|
| Methods in org.ejml.simple that return SingularValueDecomposition | |
|---|---|
SingularValueDecomposition |
SimpleSVD.getSVD()
Returns the underlying decomposition that this is a wrapper around. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||