scythe::Eigen Struct Reference

#include <scythestat/ide.h>

Collaboration diagram for scythe::Eigen:

Collaboration graph
[legend]
List of all members.

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)


Public Attributes

Matrix values
Matrix vectors


The documentation for this struct was generated from the following file:
Generated on Wed Aug 15 14:53:51 2007 for Scythe-1.0.2 by  doxygen 1.4.7