mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix typo in Inverse.h
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
|||||||
EIGEN_DEVICE_FUNC const XprTypeNestedCleaned& nestedExpression() const { return m_xpr; }
|
EIGEN_DEVICE_FUNC const XprTypeNestedCleaned& nestedExpression() const { return m_xpr; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
XprTypeNested &m_xpr;
|
XprTypeNested m_xpr;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** \internal
|
/** \internal
|
||||||
|
|||||||
Reference in New Issue
Block a user