* \brief Returns the number of rows of this matrix. * \returns the number of rows. */
| 36 | * \returns the number of rows. |
| 37 | */ |
| 38 | __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return derived().rows(); } |
| 39 | /** |
| 40 | * \brief Returns the number of columns of this matrix. |
| 41 | * \returns the number of columns. |