mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Fix typo in Inverse.h
This commit is contained in:
parent
59f5f155c2
commit
b30706bd5c
@ -63,7 +63,7 @@ public:
|
||||
EIGEN_DEVICE_FUNC const XprTypeNestedCleaned& nestedExpression() const { return m_xpr; }
|
||||
|
||||
protected:
|
||||
XprTypeNested &m_xpr;
|
||||
XprTypeNested m_xpr;
|
||||
};
|
||||
|
||||
/** \internal
|
||||
|
Loading…
x
Reference in New Issue
Block a user