|
QUDA
1.0.0
|
#include <deflation.h>#include <qio_field.h>#include <string.h>#include <memory>#include <Eigen/Dense>
Go to the source code of this file.
Namespaces | |
| quda | |
Typedefs | |
| using | quda::DynamicStride = Stride< Dynamic, Dynamic > |
Variables | |
| static auto | quda::pinned_allocator = [] (size_t bytes ) { return static_cast<Complex*>(pool_pinned_malloc(bytes)); } |
| static auto | quda::pinned_deleter = [] (Complex *hptr) { pool_pinned_free(hptr); } |
1.8.13