Functions | Variables
MatrixBase_diagonal_template_int.cpp File Reference

Go to the source code of this file.

Functions

 cout<< "Here is the matrix m:"<< endl<< m<< endl;cout<< "Here are the coefficients on the 1st super-diagonal and 2nd sub-diagonal of m:"<< endl<< m.diagonal< 1 > ().transpose()<< endl<< m.diagonal<-2 >().transpose()<< endl
 

Variables

Matrix4i m = Matrix4i::Random()
 

Function Documentation

◆ cout<< "Here is the matrix m:"<< endl<< m<< endl;cout<< "Here are the coefficients on the 1st super-diagonal and 2nd sub-diagonal of m:"<< endl<< m.diagonal< 1 >()

cout<< "Here is the matrix m:"<< endl<< m<< endl;cout<< "Here are the coefficients on the 1st super-diagonal and 2nd sub-diagonal of m:"<< endl<< m.diagonal< 1 > ( )

Variable Documentation

◆ m

Matrix4i m = Matrix4i::Random()

Definition at line 1 of file MatrixBase_diagonal_template_int.cpp.



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