Go to the source code of this file.
Functions | |
m | block< 2, Dynamic > (1, 1, 2, 3).setZero() |
cout<< "Here is the matrix m:"<< endl<< m<< endl;cout<< "Here is the block:"<< endl<< m.block< 2, Dynamic > (1, 1, 2, 3)<< endl | |
Variables | |
Matrix4i | m |
cout<< "Here is the matrix m:"<< endl<< m<< endl;cout<< "Here is the block:"<< endl<< m.block< 2, Dynamic > | ( | 1 | , |
1 | , | ||
2 | , | ||
3 | |||
) |
Matrix4i m |
Definition at line 1 of file MatrixBase_template_int_int_block_int_int_int_int.cpp.