Scythe-1.0.3
Public Attributes
scythe::Eigen Struct Reference

The result of an eigenvalue/vector decomposition. More...

#include <scythestat/ide.h>

Collaboration diagram for scythe::Eigen:
Collaboration graph
[legend]

List of all members.

Public Attributes

Matrix values
Matrix vectors

Detailed Description

The result of an eigenvalue/vector decomposition.

Objects of this type hold the results of the eigen() function. That is the eigenvalues and, optionally, the eigenvectors of a symmetric matrix of order $n$. The eigenvalues are stored in ascending order in the member column vector values. The vectors are stored in the $n \times n$ matrix vectors.

See also:
eigen(const Matrix<>& A, bool vectors)

The documentation for this struct was generated from the following file: