Functions | Variables
LLT_example.cpp File Reference

Go to the source code of this file.

Functions

MatrixXd A (3, 3)
 
A<< 4,-1, 2,-1, 6, 0, 2, 0, 5;cout<< "The matrix A is"<< endl<< A<< endl;LLT< MatrixXd > lltOfA (A)
 

Variables

MatrixXd L = lltOfA.matrixL()
 

Function Documentation

MatrixXd A ( ,
 
)
A<< 4,-1,2, -1,6,0, 2,0,5;cout << "The matrix A is" << endl << A << endl;LLT<MatrixXd> lltOfA ( A  )

Variable Documentation

MatrixXd L = lltOfA.matrixL()

Definition at line 6 of file LLT_example.cpp.



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