Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Types | Public Member Functions | Private Types | Private Attributes | Static Private Attributes | Friends
boost::numeric::ublas::identity_matrix< T > Class Template Reference

Detailed Description

template<class T>
class boost::numeric::ublas::identity_matrix< T >

Definition at line 2312 of file serialize_matrix.hpp.

Inheritance diagram for boost::numeric::ublas::identity_matrix< T >:
Inheritance graph
[legend]

List of all members.

Classes

class  const_iterator1
class  const_iterator2

Public Types

typedef std::size_t size_type
typedef std::ptrdiff_t difference_type
typedef T value_type
typedef const T & const_reference
typedef T & reference
typedef const matrix_reference
< const self_type
const_closure_type
typedef matrix_reference
< self_type
closure_type
typedef sparse_tag storage_category
typedef unknown_orientation_tag orientation_category
typedef reverse_iterator_base1
< const_iterator1
const_reverse_iterator1
typedef reverse_iterator_base2
< const_iterator2
const_reverse_iterator2
typedef const_iterator1 iterator1
typedef const_iterator2 iterator2

Public Member Functions

BOOST_UBLAS_INLINE identity_matrix (size_type size)
BOOST_UBLAS_INLINE identity_matrix (size_type size1, size_type size2)
BOOST_UBLAS_INLINE identity_matrix (const identity_matrix &m)
BOOST_UBLAS_INLINE size_type size1 () const
BOOST_UBLAS_INLINE size_type size2 () const
BOOST_UBLAS_INLINE void resize (size_type size, bool preserve=true)
BOOST_UBLAS_INLINE void resize (size_type size1, size_type size2, bool=true)
BOOST_UBLAS_INLINE const_reference operator() (size_type i, size_type j) const
BOOST_UBLAS_INLINE
identity_matrix
operator= (const identity_matrix &m)
BOOST_UBLAS_INLINE
identity_matrix
assign_temporary (identity_matrix &m)
BOOST_UBLAS_INLINE void swap (identity_matrix &m)
BOOST_UBLAS_INLINE const_iterator1 find1 (int rank, size_type i, size_type j) const
BOOST_UBLAS_INLINE const_iterator2 find2 (int rank, size_type i, size_type j) const
BOOST_UBLAS_INLINE const_iterator1 begin1 () const
BOOST_UBLAS_INLINE const_iterator1 end1 () const
BOOST_UBLAS_INLINE const_iterator2 begin2 () const
BOOST_UBLAS_INLINE const_iterator2 end2 () const
BOOST_UBLAS_INLINE
const_reverse_iterator1 
rbegin1 () const
BOOST_UBLAS_INLINE
const_reverse_iterator1 
rend1 () const
BOOST_UBLAS_INLINE
const_reverse_iterator2 
rbegin2 () const
BOOST_UBLAS_INLINE
const_reverse_iterator2 
rend2 () const

Private Types

typedef const T * const_pointer
typedef identity_matrix< T > self_type
typedef size_type const_subiterator_type

Private Attributes

size_type size1_
size_type size2_
size_type size_common_

Static Private Attributes

static const value_type zero_
static const value_type one_

Friends

BOOST_UBLAS_INLINE friend void swap (identity_matrix &m1, identity_matrix &m2)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:31 for Jafar by doxygen 1.7.6.1
LAAS-CNRS