ViennaCL - The Vienna Computing Library
1.5.0
|
Represents a vector consisting of zeros only. To be used as an initializer for viennacl::vector, vector_range, or vector_slize only. More...
#include <matrix.hpp>
Public Types | |
typedef vcl_size_t | size_type |
typedef SCALARTYPE const & | const_reference |
Public Member Functions | |
zero_matrix (size_type s1, size_type s2, viennacl::context ctx=viennacl::context()) | |
size_type | size1 () const |
size_type | size2 () const |
const_reference | operator() (size_type, size_type) const |
viennacl::context | context () const |
Represents a vector consisting of zeros only. To be used as an initializer for viennacl::vector, vector_range, or vector_slize only.
typedef SCALARTYPE const& const_reference |
typedef vcl_size_t size_type |
zero_matrix | ( | size_type | s1, |
size_type | s2, | ||
viennacl::context | ctx = viennacl::context() |
||
) | [inline] |
viennacl::context context | ( | ) | const [inline] |
const_reference operator() | ( | size_type | , |
size_type | |||
) | const [inline] |