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

Function allocateDataMatrix

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

Source from the content-addressed store, hash-verified

67 */
68 template<typename _Scalar, int _Batches>
69 DataMatrix<_Scalar, _Batches> allocateDataMatrix(Index batches) const
70 {
71 return DataMatrix<_Scalar, _Batches>(nnz, 1, batches);
72 }
73
74 /**
75 * \return a deep clone of this sparsity pattern

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected