Eigen  5.0.1-dev+7c7d8473
 
Loading...
Searching...
No Matches
Eigen::Inverse< XprType > Class Template Reference

#include <Eigen/src/Core/Inverse.h>

Detailed Description

template<typename XprType>
class Eigen::Inverse< XprType >

Expression of the inverse of another expression.

Template Parameters
XprTypethe 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.


The documentation for this class was generated from the following file: