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
  • Matrix [in]

Type: Double()

  • U [in,out]

Type: Double()

  • V [in,out]

Type: Double()

  • Result [in,out]

Type: Double()

Integer