* \brief Returns the number of batches of this matrix. * \returns the number of batches. */
| 46 | * \returns the number of batches. |
| 47 | */ |
| 48 | __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return derived().batches(); } |
| 49 | /** |
| 50 | * \brief Returns the total number of entries in this matrix. |
| 51 | * This value is computed as \code rows()*cols()*batches()* \endcode |