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

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

◆ triangularView< Eigen::Upper >()

m triangularView< Eigen::Upper > ( )

Variable Documentation

◆ m

Matrix3d m = Matrix3d::Zero()

Definition at line 1 of file Triangular_solve.cpp.



gtsam
Author(s):
autogenerated on Thu Jun 13 2024 03:11:46