template<typename XprType>
Eigen::Inverse class

Expression of the inverse of another expression.

Template parameters
XprType the type of the expression we are taking the inverse

This class represents an abstract expression of A.inverse() and most of the time this is the only way it is used.