Functions | Variables
ComplexEigenSolver_compute.cpp File Reference

Go to the source code of this file.

Functions

ces compute (A)
 

Variables

MatrixXcf A = MatrixXcf::Random(4,4)
 
cout<< "Here is a random 4x4 matrix, A:"<< endl<< A<< endl<< endl;ComplexEigenSolver< MatrixXcf > ces
 
cout<< "The eigenvalues of A are:"<< endl<< ces.eigenvalues()<< endl;cout<< "The matrix of eigenvectors, V, is:"<< endl<< ces.eigenvectors()<< endl<< endl;complex< float > lambda = ces.eigenvalues()[0]
 

Function Documentation

◆ compute()

ces compute ( A  )

Variable Documentation

◆ A

MatrixXcf A = MatrixXcf::Random(4,4)

Definition at line 1 of file ComplexEigenSolver_compute.cpp.

◆ ces

cout<< "Here is a random 4x4 matrix, A:" << endl << A << endl << endl;ComplexEigenSolver<MatrixXcf> ces

Definition at line 4 of file ComplexEigenSolver_compute.cpp.

◆ lambda

cout<< "The eigenvalues of A are:" << endl << ces.eigenvalues() << endl;cout << "The matrix of eigenvectors, V, is:" << endl << ces.eigenvectors() << endl << endl;complex<float> lambda = ces.eigenvalues()[0]

Definition at line 9 of file ComplexEigenSolver_compute.cpp.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:48