Template Class VectorHandler

Class Documentation

template<typename ScalarT, typename IdxT>
class VectorHandler

Dispatches dense (multi)vector operations to the implementation appropriate for the requested memory space.

Vector kernels operating on HOST memory are always available. Support for DEVICE memory space is provided only when GridKit is built with GPU support enabled and a device implementation for the requested kernel is available.

Author

Slaven Peles peless@ornl.gov