#include <rproj_c.h>
Public Member Functions | |
rand_mat (cudaStream_t stream) | |
~rand_mat () | |
void | reset () |
Public Attributes | |
rmm::device_uvector< math_t > | dense_data |
rmm::device_uvector< int > | indices |
rmm::device_uvector< int > | indptr |
rmm::device_uvector< math_t > | sparse_data |
cudaStream_t | stream |
random_matrix_type | type |