Eigenvalue decomposition
(Quaternion overloading of standard MATLAB® function)
[V, D] = eig(A)
eig(X) computes the eigenvalue decomposition of a quaternion matrix (with some limitations, chiefly to Hermitian matrices). Acceptable calling sequences are: [V,D] = eig(X) and V = eig(X).
eig uses an auxiliary QTFM function tridiagonalize.
Examples to be inserted ...