SelfAdjointView_eigenvalues.cpp
Go to the documentation of this file.
00001 MatrixXd ones = MatrixXd::Ones(3,3);
00002 VectorXd eivals = ones.selfadjointView<Lower>().eigenvalues();
00003 cout << "The eigenvalues of the 3x3 matrix of ones are:" << endl << eivals << endl;


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:32:28