MatrixBase_diagonal.cpp
Go to the documentation of this file.
1 Matrix3i m = Matrix3i::Random();
2 cout << "Here is the matrix m:" << endl << m << endl;
3 cout << "Here are the coefficients on the main diagonal of m:" << endl
4  << m.diagonal() << endl;
m
Matrix3i m
Definition: MatrixBase_diagonal.cpp:1


gtsam
Author(s):
autogenerated on Thu Jun 13 2024 03:03:41