Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
gtsam
3rdparty
Eigen
doc
examples
TutorialLinAlgInverseDeterminant.cpp
Go to the documentation of this file.
1
#include <iostream>
2
#include <Eigen/Dense>
3
4
using namespace
std
;
5
using namespace
Eigen
;
6
7
int
main
()
8
{
9
Matrix3f
A
;
10
A << 1, 2, 1,
11
2, 1, 0,
12
-1, 1, 2;
13
cout <<
"Here is the matrix A:\n"
<< A << endl;
14
cout <<
"The determinant of A is "
<< A.determinant() << endl;
15
cout <<
"The inverse of A is:\n"
<< A.inverse() << endl;
16
}
Eigen
Namespace containing all symbols from the Eigen library.
Definition:
jet.h:637
std
Definition:
Half.h:150
main
int main()
Definition:
TutorialLinAlgInverseDeterminant.cpp:7
A
Definition:
test_numpy_dtypes.cpp:254
gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:19