Go to the source code of this file.
Functions | |
cout<< "Here is a random positive-definite matrix, A:"<< endl<< A<< endl<< endl;SelfAdjointEigenSolver< MatrixXd > | es (A) |
Variables | |
MatrixXd | A |
MatrixXd | sqrtA |
MatrixXd | X |
cout<< "Here is a random positive-definite matrix, A:" << endl << A << endl << endl;SelfAdjointEigenSolver<MatrixXd> es | ( | A | ) |
MatrixXd A |
Definition at line 2 of file SelfAdjointEigenSolver_operatorSqrt.cpp.
MatrixXd sqrtA |
Definition at line 6 of file SelfAdjointEigenSolver_operatorSqrt.cpp.
MatrixXd X |
Definition at line 1 of file SelfAdjointEigenSolver_operatorSqrt.cpp.