![]() | DoubleSVDecomp Methods |
The DoubleSVDecomp type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone |
Creates a deep copy of this decomposition.
|
![]() | Factor(DoubleMatrix) |
Builds a decomposition for the matrix A.
|
![]() | Factor(DoubleMatrix, Boolean) |
Builds a decomposition for the matrix A.
|
![]() | FactorInPlace |
Builds a decomposition for the matrix A in place. The
contents of the matrix A are destroyed.
|
![]() | LeftVector |
Returns the specified left singular vector.
|
![]() | RightVector |
Returns the specified right singular vector.
|
![]() | SingularValue |
Returns the specified singular value.
|
![]() | Truncate |
Truncates all singular values that are less than a given
tolerance by setting them to zero.
|