* \brief Returns the number of columns of this matrix. * \returns the number of columns. */
| 41 | * \returns the number of columns. |
| 42 | */ |
| 43 | __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return derived().cols(); } |
| 44 | /** |
| 45 | * \brief Returns the number of batches of this matrix. |
| 46 | * \returns the number of batches. |