public interface SVDAlgorithm
Modifier and Type | Method and Description |
---|---|
DblMatrix |
conditionNumber()
Returns the condition number of the decomposed matrix.
|
DblMatrix |
getU()
Get an orthonormal basis for the range of the decomposed matrix.
|
DblMatrix |
getV()
Get an orthonormal basis for the nullspace of the decomposed matrix.
|
DblMatrix |
getW()
Get the singular values of the matrix.
|
boolean |
isSingular()
Return true if a singular condition is encountered during.
|
DblMatrix |
nullspace()
Return an orthonormal basis for the nullspace of the decomposed matrix.
|
DblMatrix |
solveSystem(DblMatrix Y)
Solve a linear system (X*b = Y) returning the coeficients
as a DblMatrix.
|
DblMatrix getU()
DblMatrix getV()
DblMatrix nullspace()
DblMatrix getW()
boolean isSingular()
DblMatrix solveSystem(DblMatrix Y)
DblMatrix conditionNumber()
Copyright © 2011, 2013. Daniel P. Dougherty