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

Function eval

extensions/include/cuMat/src/SparseMatrix.h:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 typedef Type eval_t;
240
241 eval_t eval() const
242 {
243 return eval_t(derived()); //A No-Op
244 }
245
246 /**
247 * \brief Checks if the this matrix has exclusive use to the underlying data, i.e. no other matrix expression shares the data.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected