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