* \return the number of non-zero entries */
| 62 | * \return the number of non-zero entries |
| 63 | */ |
| 64 | __host__ __device__ CUMAT_STRONG_INLINE Index getNNZ() const { return nnz; } |
| 65 | /** |
| 66 | * \brief Allocates the data matrix for this sparsity type with the specified number of batches. |
| 67 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected