ddemidov / vexcl

VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP
http://vexcl.readthedocs.org
MIT License
702 stars 82 forks source link

Update matrix.hpp #262

Closed mmoelle1 closed 6 years ago

mmoelle1 commented 6 years ago

Added empty dumme constructor. This is, e.g., needed when vex::sparse::matrix is part of an std::tuple object.

ddemidov commented 6 years ago

Looks good to me, thank you!