![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <symmetric.hpp>
Classes | |
class | const_iterator1 |
class | const_iterator2 |
class | iterator1 |
class | iterator2 |
Public Types | |
typedef self_type | closure_type |
typedef const self_type | const_closure_type |
typedef const M | const_matrix_type |
typedef M::const_reference | const_reference |
typedef reverse_iterator_base1 < const_iterator1 > | const_reverse_iterator1 |
typedef reverse_iterator_base2 < const_iterator2 > | const_reverse_iterator2 |
typedef M::difference_type | difference_type |
typedef symmetric_adaptor< M, TRI > | expression_type |
typedef boost::mpl::if_ < boost::is_const< M > , typename M::const_closure_type, typename M::closure_type > ::type | matrix_closure_type |
typedef M | matrix_type |
typedef M::orientation_category | orientation_category |
typedef boost::mpl::if_ < boost::is_const< M > , typename M::const_reference, typename M::reference >::type | reference |
typedef reverse_iterator_base1 < iterator1 > | reverse_iterator1 |
typedef reverse_iterator_base2 < iterator2 > | reverse_iterator2 |
typedef M::size_type | size_type |
typedef storage_restrict_traits < typename M::storage_category, packed_proxy_tag > ::storage_category | storage_category |
typedef TRI | triangular_type |
typedef matrix_tag | type_category |
typedef M::value_type | value_type |
Public Member Functions | |
BOOST_UBLAS_INLINE | symmetric_adaptor (matrix_type &data) |
BOOST_UBLAS_INLINE | symmetric_adaptor (const symmetric_adaptor &m) |
template<class AE > | |
BOOST_UBLAS_INLINE symmetric_adaptor & | assign (const matrix_expression< AE > &ae) |
BOOST_UBLAS_INLINE symmetric_adaptor & | assign_temporary (symmetric_adaptor &m) |
BOOST_UBLAS_INLINE const_iterator1 | begin1 () const |
BOOST_UBLAS_INLINE iterator1 | begin1 () |
BOOST_UBLAS_INLINE const_iterator2 | begin2 () const |
BOOST_UBLAS_INLINE iterator2 | begin2 () |
BOOST_UBLAS_INLINE const matrix_closure_type & | data () const |
BOOST_UBLAS_INLINE matrix_closure_type & | data () |
BOOST_UBLAS_INLINE const_iterator1 | end1 () const |
BOOST_UBLAS_INLINE iterator1 | end1 () |
BOOST_UBLAS_INLINE iterator2 | end2 () |
BOOST_UBLAS_INLINE const_iterator2 | end2 () const |
BOOST_UBLAS_INLINE const_iterator1 | find1 (int rank, size_type i, size_type j) const |
BOOST_UBLAS_INLINE iterator1 | find1 (int rank, size_type i, size_type j) |
BOOST_UBLAS_INLINE const_iterator2 | find2 (int rank, size_type i, size_type j) const |
BOOST_UBLAS_INLINE iterator2 | find2 (int rank, size_type i, size_type j) |
template<class AE > | |
BOOST_UBLAS_INLINE symmetric_adaptor & | minus_assign (const matrix_expression< AE > &ae) |
BOOST_UBLAS_INLINE reference | operator() (size_type i, size_type j) |
BOOST_UBLAS_INLINE const expression_type & | operator() () const |
BOOST_UBLAS_INLINE expression_type & | operator() () |
BOOST_UBLAS_INLINE const_reference | operator() (size_type i, size_type j) const |
template<class AT > | |
BOOST_UBLAS_INLINE symmetric_adaptor & | operator*= (const AT &at) |
template<class AE > | |
BOOST_UBLAS_INLINE symmetric_adaptor & | operator+= (const matrix_expression< AE > &ae) |
template<class AE > | |
BOOST_UBLAS_INLINE symmetric_adaptor & | operator-= (const matrix_expression< AE > &ae) |
template<class AT > | |
BOOST_UBLAS_INLINE symmetric_adaptor & | operator/= (const AT &at) |
BOOST_UBLAS_INLINE symmetric_adaptor & | operator= (const symmetric_adaptor &m) |
template<class AE > | |
BOOST_UBLAS_INLINE symmetric_adaptor & | operator= (const matrix_expression< AE > &ae) |
template<class AE > | |
BOOST_UBLAS_INLINE symmetric_adaptor & | plus_assign (const matrix_expression< AE > &ae) |
BOOST_UBLAS_INLINE reverse_iterator1 | rbegin1 () |
BOOST_UBLAS_INLINE const_reverse_iterator1 | rbegin1 () const |
BOOST_UBLAS_INLINE reverse_iterator2 | rbegin2 () |
BOOST_UBLAS_INLINE const_reverse_iterator2 | rbegin2 () const |
BOOST_UBLAS_INLINE const_reverse_iterator1 | rend1 () const |
BOOST_UBLAS_INLINE reverse_iterator1 | rend1 () |
BOOST_UBLAS_INLINE reverse_iterator2 | rend2 () |
BOOST_UBLAS_INLINE const_reverse_iterator2 | rend2 () const |
BOOST_UBLAS_INLINE bool | same_closure (const symmetric_adaptor &sa) const |
BOOST_UBLAS_INLINE size_type | size1 () const |
BOOST_UBLAS_INLINE size_type | size2 () const |
BOOST_UBLAS_INLINE void | swap (symmetric_adaptor &m) |
Static Public Attributes | |
static const unsigned | complexity |
Private Types | |
typedef M::const_iterator1 | const_subiterator1_type |
typedef M::const_iterator2 | const_subiterator2_type |
typedef symmetric_adaptor< M, TRI > | self_type |
typedef boost::mpl::if_ < boost::is_const< M > , typename M::const_iterator1, typename M::iterator1 >::type | subiterator1_type |
typedef boost::mpl::if_ < boost::is_const< M > , typename M::const_iterator2, typename M::iterator2 >::type | subiterator2_type |
Private Attributes | |
matrix_closure_type | data_ |
Friends | |
BOOST_UBLAS_INLINE friend void | swap (symmetric_adaptor &m1, symmetric_adaptor &m2) |
Definition at line 915 of file symmetric.hpp.
typedef symmetric_adaptor<M, TRI> boost::numeric::ublas::symmetric_adaptor< M, TRI >::self_type [private] |
Reimplemented from boost::numeric::ublas::matrix_expression< symmetric_adaptor< M, TRI > >.
Definition at line 918 of file symmetric.hpp.
typedef const M boost::numeric::ublas::symmetric_adaptor< M, TRI >::const_matrix_type |
Definition at line 923 of file symmetric.hpp.
typedef M boost::numeric::ublas::symmetric_adaptor< M, TRI >::matrix_type |
Definition at line 924 of file symmetric.hpp.
typedef TRI boost::numeric::ublas::symmetric_adaptor< M, TRI >::triangular_type |
Definition at line 925 of file symmetric.hpp.
typedef M::size_type boost::numeric::ublas::symmetric_adaptor< M, TRI >::size_type |
Definition at line 926 of file symmetric.hpp.
typedef M::difference_type boost::numeric::ublas::symmetric_adaptor< M, TRI >::difference_type |
Definition at line 927 of file symmetric.hpp.
typedef M::value_type boost::numeric::ublas::symmetric_adaptor< M, TRI >::value_type |
Definition at line 928 of file symmetric.hpp.
typedef M::const_reference boost::numeric::ublas::symmetric_adaptor< M, TRI >::const_reference |
Definition at line 929 of file symmetric.hpp.
typedef boost::mpl::if_<boost::is_const<M>, typename M::const_reference, typename M::reference>::type boost::numeric::ublas::symmetric_adaptor< M, TRI >::reference |
Definition at line 932 of file symmetric.hpp.
typedef boost::mpl::if_<boost::is_const<M>, typename M::const_closure_type, typename M::closure_type>::type boost::numeric::ublas::symmetric_adaptor< M, TRI >::matrix_closure_type |
Definition at line 935 of file symmetric.hpp.
typedef const self_type boost::numeric::ublas::symmetric_adaptor< M, TRI >::const_closure_type |
Definition at line 936 of file symmetric.hpp.
typedef self_type boost::numeric::ublas::symmetric_adaptor< M, TRI >::closure_type |
Definition at line 937 of file symmetric.hpp.
typedef storage_restrict_traits<typename M::storage_category, packed_proxy_tag>::storage_category boost::numeric::ublas::symmetric_adaptor< M, TRI >::storage_category |
Definition at line 942 of file symmetric.hpp.
typedef M::orientation_category boost::numeric::ublas::symmetric_adaptor< M, TRI >::orientation_category |
Definition at line 943 of file symmetric.hpp.
typedef M::const_iterator1 boost::numeric::ublas::symmetric_adaptor< M, TRI >::const_subiterator1_type [private] |
Definition at line 1091 of file symmetric.hpp.
typedef boost::mpl::if_<boost::is_const<M>, typename M::const_iterator1, typename M::iterator1>::type boost::numeric::ublas::symmetric_adaptor< M, TRI >::subiterator1_type [private] |
Definition at line 1094 of file symmetric.hpp.
typedef M::const_iterator2 boost::numeric::ublas::symmetric_adaptor< M, TRI >::const_subiterator2_type [private] |
Definition at line 1095 of file symmetric.hpp.
typedef boost::mpl::if_<boost::is_const<M>, typename M::const_iterator2, typename M::iterator2>::type boost::numeric::ublas::symmetric_adaptor< M, TRI >::subiterator2_type [private] |
Definition at line 1098 of file symmetric.hpp.
typedef reverse_iterator_base1<const_iterator1> boost::numeric::ublas::symmetric_adaptor< M, TRI >::const_reverse_iterator1 |
Definition at line 1110 of file symmetric.hpp.
typedef reverse_iterator_base1<iterator1> boost::numeric::ublas::symmetric_adaptor< M, TRI >::reverse_iterator1 |
Definition at line 1113 of file symmetric.hpp.
typedef reverse_iterator_base2<const_iterator2> boost::numeric::ublas::symmetric_adaptor< M, TRI >::const_reverse_iterator2 |
Definition at line 1114 of file symmetric.hpp.
typedef reverse_iterator_base2<iterator2> boost::numeric::ublas::symmetric_adaptor< M, TRI >::reverse_iterator2 |
Definition at line 1115 of file symmetric.hpp.
typedef symmetric_adaptor< M, TRI > boost::numeric::ublas::matrix_expression< symmetric_adaptor< M, TRI > >::expression_type [inherited] |
Reimplemented from boost::numeric::ublas::ublas_expression< symmetric_adaptor< M, TRI > >.
Definition at line 313 of file expression_types.hpp.
typedef matrix_tag boost::numeric::ublas::matrix_expression< symmetric_adaptor< M, TRI > >::type_category [inherited] |
Definition at line 314 of file expression_types.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::symmetric_adaptor< M, TRI >::symmetric_adaptor | ( | matrix_type & | data | ) | [inline] |
Definition at line 947 of file symmetric.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::symmetric_adaptor< M, TRI >::symmetric_adaptor | ( | const symmetric_adaptor< M, TRI > & | m | ) | [inline] |
Definition at line 953 of file symmetric.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::symmetric_adaptor< M, TRI >::size1 | ( | ) | const [inline] |
Definition at line 961 of file symmetric.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::symmetric_adaptor< M, TRI >::size2 | ( | ) | const [inline] |
Definition at line 965 of file symmetric.hpp.
BOOST_UBLAS_INLINE const matrix_closure_type& boost::numeric::ublas::symmetric_adaptor< M, TRI >::data | ( | ) | const [inline] |
Definition at line 971 of file symmetric.hpp.
BOOST_UBLAS_INLINE matrix_closure_type& boost::numeric::ublas::symmetric_adaptor< M, TRI >::data | ( | ) | [inline] |
Definition at line 975 of file symmetric.hpp.
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::symmetric_adaptor< M, TRI >::operator() | ( | size_type | i, |
size_type | j | ||
) | const [inline] |
Definition at line 982 of file symmetric.hpp.
BOOST_UBLAS_INLINE reference boost::numeric::ublas::symmetric_adaptor< M, TRI >::operator() | ( | size_type | i, |
size_type | j | ||
) | [inline] |
Definition at line 991 of file symmetric.hpp.
BOOST_UBLAS_INLINE symmetric_adaptor& boost::numeric::ublas::symmetric_adaptor< M, TRI >::operator= | ( | const symmetric_adaptor< M, TRI > & | m | ) | [inline] |
Definition at line 1013 of file symmetric.hpp.
BOOST_UBLAS_INLINE symmetric_adaptor& boost::numeric::ublas::symmetric_adaptor< M, TRI >::assign_temporary | ( | symmetric_adaptor< M, TRI > & | m | ) | [inline] |
Definition at line 1018 of file symmetric.hpp.
BOOST_UBLAS_INLINE symmetric_adaptor& boost::numeric::ublas::symmetric_adaptor< M, TRI >::operator= | ( | const matrix_expression< AE > & | ae | ) | [inline] |
Definition at line 1024 of file symmetric.hpp.
BOOST_UBLAS_INLINE symmetric_adaptor& boost::numeric::ublas::symmetric_adaptor< M, TRI >::assign | ( | const matrix_expression< AE > & | ae | ) | [inline] |
Definition at line 1030 of file symmetric.hpp.
BOOST_UBLAS_INLINE symmetric_adaptor& boost::numeric::ublas::symmetric_adaptor< M, TRI >::operator+= | ( | const matrix_expression< AE > & | ae | ) | [inline] |
Definition at line 1036 of file symmetric.hpp.
BOOST_UBLAS_INLINE symmetric_adaptor& boost::numeric::ublas::symmetric_adaptor< M, TRI >::plus_assign | ( | const matrix_expression< AE > & | ae | ) | [inline] |
Definition at line 1042 of file symmetric.hpp.
BOOST_UBLAS_INLINE symmetric_adaptor& boost::numeric::ublas::symmetric_adaptor< M, TRI >::operator-= | ( | const matrix_expression< AE > & | ae | ) | [inline] |
Definition at line 1048 of file symmetric.hpp.
BOOST_UBLAS_INLINE symmetric_adaptor& boost::numeric::ublas::symmetric_adaptor< M, TRI >::minus_assign | ( | const matrix_expression< AE > & | ae | ) | [inline] |
Definition at line 1054 of file symmetric.hpp.
BOOST_UBLAS_INLINE symmetric_adaptor& boost::numeric::ublas::symmetric_adaptor< M, TRI >::operator*= | ( | const AT & | at | ) | [inline] |
Definition at line 1060 of file symmetric.hpp.
BOOST_UBLAS_INLINE symmetric_adaptor& boost::numeric::ublas::symmetric_adaptor< M, TRI >::operator/= | ( | const AT & | at | ) | [inline] |
Definition at line 1066 of file symmetric.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::symmetric_adaptor< M, TRI >::same_closure | ( | const symmetric_adaptor< M, TRI > & | sa | ) | const [inline] |
Definition at line 1073 of file symmetric.hpp.
BOOST_UBLAS_INLINE void boost::numeric::ublas::symmetric_adaptor< M, TRI >::swap | ( | symmetric_adaptor< M, TRI > & | m | ) | [inline] |
Definition at line 1079 of file symmetric.hpp.
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::symmetric_adaptor< M, TRI >::find1 | ( | int | rank, |
size_type | i, | ||
size_type | j | ||
) | const [inline] |
Definition at line 1119 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::symmetric_adaptor< M, TRI >::find1 | ( | int | rank, |
size_type | i, | ||
size_type | j | ||
) | [inline] |
Definition at line 1143 of file symmetric.hpp.
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::symmetric_adaptor< M, TRI >::find2 | ( | int | rank, |
size_type | i, | ||
size_type | j | ||
) | const [inline] |
Definition at line 1149 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::symmetric_adaptor< M, TRI >::find2 | ( | int | rank, |
size_type | i, | ||
size_type | j | ||
) | [inline] |
Definition at line 1173 of file symmetric.hpp.
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::symmetric_adaptor< M, TRI >::begin1 | ( | ) | const [inline] |
Definition at line 1483 of file symmetric.hpp.
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::symmetric_adaptor< M, TRI >::end1 | ( | ) | const [inline] |
Definition at line 1487 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::symmetric_adaptor< M, TRI >::begin1 | ( | ) | [inline] |
Definition at line 1620 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::symmetric_adaptor< M, TRI >::end1 | ( | ) | [inline] |
Definition at line 1624 of file symmetric.hpp.
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::symmetric_adaptor< M, TRI >::begin2 | ( | ) | const [inline] |
Definition at line 1930 of file symmetric.hpp.
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::symmetric_adaptor< M, TRI >::end2 | ( | ) | const [inline] |
Definition at line 1934 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::symmetric_adaptor< M, TRI >::begin2 | ( | ) | [inline] |
Definition at line 2067 of file symmetric.hpp.
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::symmetric_adaptor< M, TRI >::end2 | ( | ) | [inline] |
Definition at line 2071 of file symmetric.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::symmetric_adaptor< M, TRI >::rbegin1 | ( | ) | const [inline] |
Definition at line 2078 of file symmetric.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::symmetric_adaptor< M, TRI >::rend1 | ( | ) | const [inline] |
Definition at line 2082 of file symmetric.hpp.
BOOST_UBLAS_INLINE reverse_iterator1 boost::numeric::ublas::symmetric_adaptor< M, TRI >::rbegin1 | ( | ) | [inline] |
Definition at line 2087 of file symmetric.hpp.
BOOST_UBLAS_INLINE reverse_iterator1 boost::numeric::ublas::symmetric_adaptor< M, TRI >::rend1 | ( | ) | [inline] |
Definition at line 2091 of file symmetric.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator2 boost::numeric::ublas::symmetric_adaptor< M, TRI >::rbegin2 | ( | ) | const [inline] |
Definition at line 2096 of file symmetric.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator2 boost::numeric::ublas::symmetric_adaptor< M, TRI >::rend2 | ( | ) | const [inline] |
Definition at line 2100 of file symmetric.hpp.
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::symmetric_adaptor< M, TRI >::rbegin2 | ( | ) | [inline] |
Definition at line 2105 of file symmetric.hpp.
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::symmetric_adaptor< M, TRI >::rend2 | ( | ) | [inline] |
Definition at line 2109 of file symmetric.hpp.
BOOST_UBLAS_INLINE const expression_type& boost::numeric::ublas::matrix_expression< symmetric_adaptor< M, TRI > >::operator() | ( | ) | const [inline, inherited] |
Definition at line 320 of file expression_types.hpp.
BOOST_UBLAS_INLINE expression_type& boost::numeric::ublas::matrix_expression< symmetric_adaptor< M, TRI > >::operator() | ( | ) | [inline, inherited] |
Definition at line 324 of file expression_types.hpp.
BOOST_UBLAS_INLINE friend void swap | ( | symmetric_adaptor< M, TRI > & | m1, |
symmetric_adaptor< M, TRI > & | m2 | ||
) | [friend] |
Definition at line 1084 of file symmetric.hpp.
matrix_closure_type boost::numeric::ublas::symmetric_adaptor< M, TRI >::data_ [private] |
Definition at line 2114 of file symmetric.hpp.
const unsigned boost::numeric::ublas::matrix_expression< symmetric_adaptor< M, TRI > >::complexity [static, inherited] |
Definition at line 312 of file expression_types.hpp.