Public Member Functions | |
| Index | cols () const |
| Derived & | derived () |
| const Derived & | derived () const |
| Index | rows () const |
| Index | size () const |
Common base class for all classes T such that MatrixBase has an operator=(T) and a constructor MatrixBase(T).
In other words, an EigenBase object is an object that can be copied into a MatrixBase.
Besides MatrixBase-derived classes, this also includes special matrix classes such as diagonal matrices, etc.
Notice that this class is trivial, it is only used to disambiguate overloaded functions.
| Index cols | ( | ) | const [inline] |
Reimplemented in TriangularView, HouseholderSequence, SparseMatrixBase, PermutationBase, SelfAdjointView, and SparseSelfAdjointView.
| Derived& derived | ( | ) | [inline] |
| const Derived& derived | ( | ) | const [inline] |
| Index rows | ( | ) | const [inline] |
Reimplemented in TriangularView, HouseholderSequence, SparseMatrixBase, PermutationBase, SelfAdjointView, and SparseSelfAdjointView.
| Index size | ( | ) | const [inline] |
Reimplemented in SparseMatrixBase, and PermutationBase.
1.7.5