MCPcopy Create free account
hub / github.com/clMathLibraries/clSPARSE / empty

Method empty

src/library/internal/data-types/clarray.hpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 bool empty()
168 {
169 return N == 0 ? true : false;
170 }
171
172 iterator begin()
173 {

Callers 13

getMeanMethod · 0.80
getVarianceMethod · 0.80
pruneOutliersMethod · 0.80
AddSampleMethod · 0.80
getMeanMethod · 0.80
getVarianceMethod · 0.80
pruneOutliersMethod · 0.80
getMeanMethod · 0.80
getVarianceMethod · 0.80
pruneOutliersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected