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 = X * X.transpose() |
MatrixXd | sqrtA = es.operatorSqrt() |
MatrixXd | X = MatrixXd::Random(4,4) |
cout<< "Here is a random positive-definite matrix, A:" << endl << A << endl << endl;SelfAdjointEigenSolver<MatrixXd> es | ( | A | ) |
Definition at line 2 of file SelfAdjointEigenSolver_operatorSqrt.cpp.
MatrixXd sqrtA = es.operatorSqrt() |
Definition at line 6 of file SelfAdjointEigenSolver_operatorSqrt.cpp.
MatrixXd X = MatrixXd::Random(4,4) |
Definition at line 1 of file SelfAdjointEigenSolver_operatorSqrt.cpp.