mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
get rid of MatrixRef, simplifications.
This commit is contained in:
@@ -53,7 +53,6 @@ template<typename MatrixType> class Zero : ei_no_assignment_operator,
|
||||
|
||||
private:
|
||||
|
||||
const Zero& _asArg() const { return *this; }
|
||||
int _rows() const { return m_rows.value(); }
|
||||
int _cols() const { return m_cols.value(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user