![]() |
|
Functions | |
| cout<< "Here is the matrix m:"<< endl<< m<< endl;cout<< "Here is the block:"<< endl<< m.block< 2, Dynamic > (1, 1, 2, 3)<< endl | |
| m | block< 2, Dynamic > (1, 1, 2, 3).setZero() |
Variables | |
| Matrix4i | m = Matrix4i::Random() |
Referenced by Eigen::GeneralizedEigenSolver< MatrixType_ >::compute().
| 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 = Matrix4i::Random() |