Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
evaluate
Method · 0.80
cubic_spline_coeffs
Function · 0.80
batched_index_select
Function · 0.80
tridiagonal_solve
Function · 0.80
push_pull_inpaint
Function · 0.80
CwiseOp.h
File · 0.80
assertValid
Function · 0.80
assertValid
Method · 0.80
assign
Method · 0.80
IO.h
File · 0.80
assign
Function · 0.80
fillUniform
Method · 0.80
Calls
1
getNNZ
Method · 0.45
Tested by
no test coverage detected