![]() |
PARALUTION
1.0.0
PARALUTION
|
#include <iostream>
Go to the source code of this file.
Namespaces | |
paralution | |
Functions | |
template<typename DataType > | |
void | paralution::allocate_host (const int size, DataType **ptr) |
Allocate buffer on the host. More... | |
template<typename DataType > | |
void | paralution::free_host (DataType **ptr) |
Free buffer on the host. More... | |
template<typename DataType > | |
void | paralution::set_to_zero_host (const int size, DataType *ptr) |
set a buffer to zero on the host More... | |