Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
gtsam
3rdparty
Eigen
doc
examples
Tutorial_PartialLU_solve.cpp
Go to the documentation of this file.
1
#include <Eigen/Core>
2
#include <Eigen/LU>
3
#include <iostream>
4
5
using namespace
std
;
6
using namespace
Eigen
;
7
8
int
main
()
9
{
10
Matrix3f
A
;
11
Vector3f
b
;
12
A << 1,2,3, 4,5,6, 7,8,10;
13
b << 3, 3, 4;
14
cout <<
"Here is the matrix A:"
<< endl << A << endl;
15
cout <<
"Here is the vector b:"
<< endl << b << endl;
16
Vector3f
x
= A.lu().solve(b);
17
cout <<
"The solution is:"
<< endl << x << endl;
18
}
main
int main()
Definition:
Tutorial_PartialLU_solve.cpp:8
b
Scalar * b
Definition:
benchVecAdd.cpp:17
Eigen
Namespace containing all symbols from the Eigen library.
Definition:
jet.h:637
std
Definition:
Half.h:150
A
Definition:
test_numpy_dtypes.cpp:254
x
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
Definition:
gnuplot_common_settings.hh:12
gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:19