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_def.hpp>
 
  
 | Public Types | |
| typedef vcl_size_t | size_type | 
| typedef NumericT const & | const_reference | 
|  Public Types inherited from viennacl::implicit_matrix_base< NumericT > | |
| typedef NumericT const & | const_reference | 
| typedef NumericT | cpu_value_type | 
| Public Member Functions | |
| zero_matrix (size_type s1, size_type s2, viennacl::context ctx=viennacl::context()) | |
|  Public Member Functions inherited from viennacl::implicit_matrix_base< NumericT > | |
| size_type | size1 () const | 
| size_type | size2 () const | 
| viennacl::context | context () const | 
| NumericT | value () const | 
| bool | diag () const | 
| const_reference | operator() (size_type i, size_type j) const | 
| Additional Inherited Members | |
|  Protected Types inherited from viennacl::implicit_matrix_base< NumericT > | |
| typedef vcl_size_t | size_type | 
|  Protected Member Functions inherited from viennacl::implicit_matrix_base< NumericT > | |
| implicit_matrix_base (size_type size1, size_type size2, NumericT value, bool diag, viennacl::context ctx) | |
|  Protected Attributes inherited from viennacl::implicit_matrix_base< NumericT > | |
| size_type | size1_ | 
| size_type | size2_ | 
| NumericT | value_ | 
| bool | diag_ | 
| NumericT | off_diag_ | 
| viennacl::context | ctx_ | 
Represents a vector consisting of zeros only. To be used as an initializer for viennacl::vector, vector_range, or vector_slize only.
Definition at line 81 of file matrix_def.hpp.
| typedef NumericT const& viennacl::zero_matrix< NumericT >::const_reference | 
Definition at line 85 of file matrix_def.hpp.
| typedef vcl_size_t viennacl::zero_matrix< NumericT >::size_type | 
Definition at line 84 of file matrix_def.hpp.
| 
 | inline | 
Definition at line 87 of file matrix_def.hpp.