source:
pacpussensors/trunk/Vislab/lib3dv-1.2.0/lib3dv/eigen/doc/snippets/ComplexEigenSolver_eigenvalues.cpp
Last change on this file was 136, checked in by , 8 years ago | |
---|---|
File size: 216 bytes |
Line | |
---|---|
1 | MatrixXcf ones = MatrixXcf::Ones(3,3); |
2 | ComplexEigenSolver<MatrixXcf> ces(ones, /* computeEigenvectors = */ false); |
3 | cout << "The eigenvalues of the 3x3 matrix of ones are:" |
4 | << endl << ces.eigenvalues() << endl; |
Note:
See TracBrowser
for help on using the repository browser.