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 |
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 > | ( | ) |
Matrix4i m |
Definition at line 1 of file MatrixBase_diagonal_template_int.cpp.