| 32 | typedef Repository<Object> Parent; |
| 33 | #endif |
| 34 | ObjectRepository(size_t dim, const std::type_info &ot) |
| 35 | : dimension(dim), type(ot), sparse(false), innerProduct(false) {} |
| 36 | |
| 37 | void initialize() { |
| 38 | deleteAll(); |
nothing calls this directly
no outgoing calls
no test coverage detected