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

Method size

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

Source from the content-addressed store, hash-verified

445 * \return the number of non-zeros
446 */
447 __host__ __device__ CUMAT_STRONG_INLINE Index size() const { return sparsity_.getNNZ() * batches_; }
448
449 /**
450 * \brief Returns the outer size of the matrix.

Callers 12

evaluateMethod · 0.80
cubic_spline_coeffsFunction · 0.80
batched_index_selectFunction · 0.80
tridiagonal_solveFunction · 0.80
push_pull_inpaintFunction · 0.80
CwiseOp.hFile · 0.80
assertValidFunction · 0.80
assertValidMethod · 0.80
assignMethod · 0.80
IO.hFile · 0.80
assignFunction · 0.80
fillUniformMethod · 0.80

Calls 1

getNNZMethod · 0.45

Tested by

no test coverage detected