ddemidov / vexcl

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

Update matrix.hpp #262

Closed mmoelle1 closed 5 years ago

mmoelle1 commented 5 years ago

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

ddemidov commented 5 years ago

Looks good to me, thank you!