Represents a vector consisting of 1 at a given index and zeros otherwise. 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 | |
identity_matrix (size_type s, 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 1 at a given index and zeros otherwise. To be used as an initializer for viennacl::vector, vector_range, or vector_slize only.
Definition at line 69 of file matrix_def.hpp.
typedef NumericT const& viennacl::identity_matrix< NumericT >::const_reference |
Definition at line 73 of file matrix_def.hpp.
typedef vcl_size_t viennacl::identity_matrix< NumericT >::size_type |
Definition at line 72 of file matrix_def.hpp.
|
inline |
Definition at line 75 of file matrix_def.hpp.