CUV
0.9.201304091348
|
Dummy Block descriptor on host. More...
#include <densedense_to_sparse.hpp>
Public Types | |
typedef __value_type | value_type |
type of matrix elements | |
typedef __index_type | index_type |
type of matrix indices | |
typedef dia_matrix< value_type, host_memory_space, index_type > | diamat_type |
matrix-type associated with blockdescriptor |
Public Member Functions | |
host_block_descriptor (const diamat_type &d) | |
constructor: does nothing |
Dummy Block descriptor on host.
this class is needed ON DEVICE for DIA_Mat := Dense_Mat * Dense_Mat the dummy host descriptor does nothing and exists such that you can use the same interface for both device and host matrices.
Definition at line 53 of file densedense_to_sparse.hpp.
|
inline |
constructor: does nothing
d | unused |
Definition at line 61 of file densedense_to_sparse.hpp.