4int main(
int argc,
char** argv)
12 stk_cout <<
"STK++ Eigen decomposition:\n";
13 stk_cout <<
"--------------------------\n";
20 stk_cout <<
"\nlapack Eigen decomposition:\n";
21 stk_cout <<
"--------------------------\n";
#define stk_cout
Standard stk output stream.
This file include all the header files of the STK++ project.
TransposeOperator< Derived > const transpose() const
DiagonalizeOperator< Derived > const diagonalize() const
UpperSymmetrizeOperator< Derived > const upperSymmetrize() const
CArraySquare< Type, size_ > const & eigenVectors() const
CArrayVector< Type, size_ > const & eigenValues() const
virtual bool run()
Find the eigenvalues and eigenvectors of the matrix.
The class SymEigen compute the eigenvalue Decomposition of a symmetric ArrayXX.
The namespace STK is the main domain space of the Statistical ToolKit project.
int main(int argc, char **argv)