ComplexEigenSolver_eigenvalues.cpp
Go to the documentation of this file.
00001 MatrixXcf ones = MatrixXcf::Ones(3,3);
00002 ComplexEigenSolver<MatrixXcf> ces(ones, /* computeEigenvectors = */ false);
00003 cout << "The eigenvalues of the 3x3 matrix of ones are:" 
00004      << endl << ces.eigenvalues() << endl;


libicr
Author(s): Robert Krug
autogenerated on Mon Jan 6 2014 11:32:36