MatrixObject.MatrixGeneralPseudoInverse

This function calculates the general inverse of Matrix so that MatrixResult*Matrix*MatrixResult = MatrixResult.

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

Type: Double()

  • Result [in,out]

Type: Double()

Integer