mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
Update ComplexEigenSolver_eigenvectors.cpp
This commit is contained in:
parent
c8a2b4d20a
commit
ea62c937ed
@ -1,4 +1,4 @@
|
||||
MatrixXcf ones = MatrixXcf::Ones(3,3);
|
||||
ComplexEigenSolver<MatrixXcf> ces(ones);
|
||||
cout << "The first eigenvector of the 3x3 matrix of ones is:"
|
||||
<< endl << ces.eigenvectors().col(1) << endl;
|
||||
<< endl << ces.eigenvectors().col(0) << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user