MatrixObject.MatrixSingularValuesDecomp
This function performs the singular value decomposition for the specified Matrix.
| Syntax | Parameters | Return Value |
|---|---|---|
Function MatrixObject.MatrixSingularValuesDecomp( _
Matrix As Double(), _
ByRef U As Double(), _
ByRef V As Double(), _
ByRef Result As Double()) As Integer
|
Type: Double()
Type: Double()
Type: Double()
Type: Double() |
Integer |