![]() |
Eigen
3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
|
Expression of the inverse of another expression.
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.
Inherits Eigen::InverseImpl< XprType, internal::traits< XprType >::StorageKind >.