Namespaces

Types

Type EigenvalueDecomposition

Namespace MathNet.Numerics.LinearAlgebra

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public properties

Matrix BlockDiagonal get;

Gets the block diagonal eigenvalue matrix
return Matrix

ComplexVector EigenValues get;

Gets the eigenvalues.
return ComplexVector

Matrix EigenVectors get;

Returns the eigenvector matrix
return Matrix

Vector ImagEigenvalues get;

Gets the imaginary part of the eigenvalues.
return Vector

Vector RealEigenvalues get;

Gets the real part of the eigenvalues.
return Vector