CUV  0.9.201304091348
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | List of all members
cuv::host_block_descriptor< __value_type, __index_type > Class Template Reference

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

Detailed Description

template<class __value_type, class __index_type = unsigned int>
class cuv::host_block_descriptor< __value_type, __index_type >

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.

Constructor & Destructor Documentation

template<class __value_type , class __index_type = unsigned int>
cuv::host_block_descriptor< __value_type, __index_type >::host_block_descriptor ( const diamat_type d)
inline

constructor: does nothing

Parameters
dunused

Definition at line 61 of file densedense_to_sparse.hpp.


The documentation for this class was generated from the following file: