The `size` method in Eigen's `MatrixBase` class is used to retrieve the dimensions of a matrix or vector. It returns an `Eigen::IndexPair` object that contains the number of rows and columns in the matrix.
C++ (Cpp) MatrixBase::size - 16 examples found. These are the top rated real world C++ (Cpp) examples of eigen::MatrixBase::size extracted from open source projects. You can rate examples to help us improve the quality of examples.