Click or drag to resize

EvdT Constructor

Initializes a new instance of the EvdT class.

Namespace: Altaxo.Calc.LinearAlgebra.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected Evd(
	Matrix<T> eigenVectors,
	Vector<Complex> eigenValues,
	Matrix<T> blockDiagonal,
	bool isSymmetric
)

Parameters

eigenVectors  MatrixT
The eigenvector matrix.
eigenValues  VectorComplex
The eigenvalues.
blockDiagonal  MatrixT
The block-diagonal eigenvalue matrix.
isSymmetric  Boolean
Whether the source matrix is symmetric.
See Also