mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
introduce copyCoeff and copyPacket methods in MatrixBase, used by
Assign, in preparation for new Swap impl reusing Assign code. remove last remnant of old Inverse class in Transform.
This commit is contained in:
@@ -170,7 +170,7 @@ public:
|
||||
const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale);
|
||||
|
||||
/** \sa MatrixBase::inverse() */
|
||||
const Inverse<MatrixType, false> inverse() const
|
||||
const MatrixType inverse() const
|
||||
{ return m_matrix.inverse(); }
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user