MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / getNNZ

Function getNNZ

extensions/include/cuMat/src/SparseMatrixBase.h:64–64  ·  view source on GitHub ↗

* \return the number of non-zero entries */

Source from the content-addressed store, hash-verified

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 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected