mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +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; }
|
EIGEN_DEVICE_FUNC const XprTypeNestedCleaned& nestedExpression() const { return m_xpr; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
XprTypeNested &m_xpr;
|
XprTypeNested m_xpr;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** \internal
|
/** \internal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user