Initializes a new instance of the
EvdT class.
Namespace: Altaxo.Calc.LinearAlgebra.FactorizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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