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