| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected