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 |
MatrixXd A | ( | 3 | , |
3 | |||
) |
MatrixXd L |
Definition at line 6 of file LLT_example.cpp.