Functions | Variables
SelfAdjointEigenSolver_operatorSqrt.cpp File Reference

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)
 

Function Documentation

cout<< "Here is a random positive-definite matrix, A:" << endl << A << endl << endl;SelfAdjointEigenSolver<MatrixXd> es ( A  )

Variable Documentation

MatrixXd A = X * X.transpose()

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.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:33