Functions | Variables
SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp File Reference

Go to the source code of this file.

Functions

cout<< "Here is a random
symmetric matrix, A:"<< endl
<< A<< endl;X=MatrixXd::Random(5,
5);MatrixXd B=X *X.transpose();cout
<< "and a random postive-definite
matrix, B:"<< endl<< B<< endl
<< endl;GeneralizedSelfAdjointEigenSolver
< MatrixXd > 
es (A, B)

Variables

MatrixXd A = X + X.transpose()
MatrixXd X = MatrixXd::Random(5,5)

Function Documentation

cout<< "Here is a random symmetric matrix, A:" << endl << A << endl;X = MatrixXd::Random(5,5);MatrixXd B = X * X.transpose();cout << "and a random postive-definite matrix, B:" << endl << B << endl << endl;GeneralizedSelfAdjointEigenSolver<MatrixXd> es ( A  ,
B   
)

Variable Documentation

MatrixXd A = X + X.transpose()
MatrixXd X = MatrixXd::Random(5,5)


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