Functions | Variables
Triangular_solve.cpp File Reference

Go to the source code of this file.

Functions

 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 > ().solve(n)<< endl
 
m triangularView< Eigen::Upper > ().setOnes()
 

Variables

Matrix3d m = Matrix3d::Zero()
 

Function Documentation

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 > ( )

Variable Documentation

Matrix3d m = Matrix3d::Zero()

Definition at line 1 of file Triangular_solve.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:42