| SingularValueDecompositionF Constructor |
Creates the singular value decomposition of the given matrix.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public SingularValueDecompositionF(
MatrixF matrixA
)
Public Sub New (
matrixA As MatrixF
)
public:
SingularValueDecompositionF(
MatrixF^ matrixA
)
new :
matrixA : MatrixF -> SingularValueDecompositionF
Parameters
- matrixA
- Type: DigitalRune.Mathematics.AlgebraMatrixF
The matrix A. (Can be rectangular. Number of rows ≥ number of columns.)
Exceptions See Also