MatrixObject.MatrixEigenValues

This function computes Eigen values in EigenValueVector using Matrix1 and returns the positive number of Eigen values in NumPosEigenValues.

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

Type: Double()

  • Matrix2 [in]

Type: Double()

  • Result [out]

Type: Double

Integer