Go to the source code of this file.
|
Matrix3d | m = Matrix3d::Zero() |
|
◆ cout<< "Here is the matrix m:\< m<< endl;Matrix3d n=Matrix3d::Ones();n.triangularView< Eigen::Lower >()
cout<< "Here is the matrix m:\<< m<< endl;Matrix3d n=Matrix3d::Ones();n.triangularView< Eigen::Lower > |
( |
| ) |
|
◆ cout<< "Here is the matrix n:\< n<< endl;cout<< "And now here is m.inverse() *n, taking advantage of the fact that" " m is upper-triangular:\"<< m.triangularView< Eigen::Upper >()
cout<< "Here is the matrix n:\<< n<< endl;cout<< "And now here is m.inverse() *n, taking advantage of the fact that" " m is upper-triangular:\"<< m.triangularView< Eigen::Upper > |
( |
| ) |
|
◆ triangularView< Eigen::Upper >()
Matrix3d m = Matrix3d::Zero() |