MatrixObject.MatrixSingularValues

This function calculates the Singular values of Matrix and places in SingularVector.

Syntax Parameters Return Value
Function MatrixObject.MatrixSingularValues( _
    Matrix As Double(), _
    ByRef Result As Double()) As Integer
  • Matrix [in]

Type: Double()

  • Result [in,out]

Type: Double()

Integer