commit | 189376f1eb10ecaca8a0b1ea00eba0e6f995da27 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Thu Dec 20 22:11:15 2018 +1100 |
committer | Austin Schuh <austin.linux@gmail.com> | Thu Dec 20 22:11:15 2018 +1100 |
tree | 045c51ab5f9a7afc6464708c28ad73a5f121b6c3 | |
parent | 72890c2da170577883e6431bd92d612716a31b85 [diff] [blame] |
Squashed 'third_party/eigen/' changes from 61d72f6..cf794d3 Change-Id: I9b814151b01f49af6337a8605d0c42a3a1ed4c72 git-subtree-dir: third_party/eigen git-subtree-split: cf794d3b741a6278df169e58461f8529f43bce5d
diff --git a/doc/examples/TutorialLinAlgInverseDeterminant.cpp b/doc/examples/TutorialLinAlgInverseDeterminant.cpp index 43970ff..14dde5b 100644 --- a/doc/examples/TutorialLinAlgInverseDeterminant.cpp +++ b/doc/examples/TutorialLinAlgInverseDeterminant.cpp
@@ -13,4 +13,4 @@ cout << "Here is the matrix A:\n" << A << endl; cout << "The determinant of A is " << A.determinant() << endl; cout << "The inverse of A is:\n" << A.inverse() << endl; -} \ No newline at end of file +}