* \brief Default constructor. * For completely fixed-size matrices, this creates a matrix of that size. * For (fully or partially) dynamic matrices, creates a matrix of size 0. */
| 501 | * For (fully or partially) dynamic matrices, creates a matrix of size 0. |
| 502 | */ |
| 503 | __host__ |
| 504 | Matrix() {} |
| 505 | |
| 506 | #ifdef CUMAT_PARSED_BY_DOXYGEN |
| 507 | /** |