You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
278 B

  1. #ifndef PYTHON_STORAGE_SPARSEMODELCOMPONENTS_H
  2. #define PYTHON_STORAGE_SPARSEMODELCOMPONENTS_H
  3. #include "common.h"
  4. template<typename ValueType>
  5. void define_sparse_model_components(py::module& m, std::string const& vtSuffix);
  6. #endif /* PYTHON_STORAGE_SPARSEMODELCOMPONENTS_H */