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
 

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

Definition at line 1 of file MatrixBase_diagonal_template_int.cpp.