gtsam
3rdparty
Eigen
doc
snippets
Tridiagonalization_packedMatrix.cpp
Go to the documentation of this file.
1
Matrix4d
X
= Matrix4d::Random(4,4);
2
Matrix4d
A
=
X
+
X
.transpose();
3
cout <<
"Here is a random symmetric 4x4 matrix:"
<< endl <<
A
<< endl;
4
Tridiagonalization<Matrix4d>
triOfA
(
A
);
5
Matrix4d
pm
=
triOfA
.packedMatrix();
6
cout <<
"The packed matrix M is:"
<< endl << pm << endl;
7
cout <<
"The diagonal and subdiagonal corresponds to the matrix T, which is:"
8
<< endl <<
triOfA
.matrixT() << endl;
triOfA
cout<< "Here is a random symmetric 4x4 matrix:"<< endl<< A<< endl;Tridiagonalization< Matrix4d > triOfA(A)
pm
Matrix4d pm
Definition:
Tridiagonalization_packedMatrix.cpp:5
A
Definition:
test_numpy_dtypes.cpp:298
X
Matrix4d X
Definition:
Tridiagonalization_packedMatrix.cpp:1
gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:38