UncLinAlgSymmetricEigT Method

Computes the Eigenvalues d and Eigenvectors of Symmetric Matrix M

Definition

Namespace: Metas.UncLib.LinProp
Assembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.8.9053.20196
C#
public static T[][] SymmetricEig<T>(
	T[][] m,
	out T[] d
)
where T : new(), Object, IRealNumber<T>

Parameters

m  T
Matrix M
d  T
Vector d (Eigenvalues)

Type Parameters

T
Real Number Type

Return Value

T
Matrix (Eigenvectors)

See Also