TR-mbed 1.0
Loading...
Searching...
No Matches
Functions | Variables
LLT_example.cpp File Reference

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

◆ A()

MatrixXd A ( ,
 
)

◆ lltOfA()

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

Variable Documentation

◆ L

MatrixXd L = lltOfA.matrixL()