quda
quda copied to clipboard
Use consistent "type" names (for ex, `value_type`) across QUDA
Per discussion in #1056 , after the GK merge we should decide on a consistent naming convention for Float types, etc, used throughout the library, and make the global change. One idea is matching the STL and using *_type (for example form the STL: complex<T>::value_type) throughout the library.