MatrixObject.MatrixGeneralEigenvalues

This function computes eigenvalues for a general matrix.

Syntax Parameters Return Value
Sub MatrixObject.MatrixGeneralEigenvalues( _
    matrix As Variant, _
    ByRef realParts As Variant, _
    ByRef imParts As Variant)
  • matrix [in]

Type: Variant

  • realParts [out]

Type: Variant

  • imParts [out]

Type: Variant

This function does not return a value.