|
Bayesian Filtering Library
Generated from SVN r
|
Implementation of Matrixwrapper using Boost. More...
#include <asirfilter.h>
Public Types | |
| typedef A::size_type | size_type |
| typedef A::difference_type | difference_type |
| typedef T | value_type |
| typedef const T & | const_reference |
| typedef T & | reference |
| typedef A | array_type |
|
typedef const matrix_reference < const self_type > | const_closure_type |
|
typedef matrix_reference < self_type > | closure_type |
| typedef vector< T, A > | vector_temporary_type |
| typedef self_type | matrix_temporary_type |
| typedef dense_tag | storage_category |
| typedef L::orientation_category | orientation_category |
|
typedef reverse_iterator_base1 < const_iterator1 > | const_reverse_iterator1 |
|
typedef reverse_iterator_base1 < iterator1 > | reverse_iterator1 |
|
typedef reverse_iterator_base2 < const_iterator2 > | const_reverse_iterator2 |
|
typedef reverse_iterator_base2 < iterator2 > | reverse_iterator2 |
| typedef matrix< T, L, A > | container_type |
| typedef matrix_tag | type_category |
| typedef matrix< T, L, A > | expression_type |
Public Member Functions | |
| Matrix (int m, int n) | |
| Matrix (const MyMatrix &a) | |
| Matrix (const BoostMatrix &a) | |
| Matrix (int num_rows, const RowVector &v) | |
| virtual unsigned int | size () const |
| Ask Number of Rows. | |
| virtual unsigned int | capacity () const |
| Ask Number of Rows. | |
| virtual unsigned int | rows () const |
| Ask Number of Rows. | |
| virtual unsigned int | columns () const |
| Ask Number of Columns. | |
| virtual double & | operator() (unsigned int, unsigned int) |
| Operator () | |
| virtual double | operator() (unsigned int, unsigned int) const |
| Operator () | |
| virtual RowVector | operator[] (unsigned int) const |
| virtual bool | operator== (const MyMatrix &a) const |
| Operator ==. | |
| virtual MyMatrix & | operator= (double a) |
| Set all elements of the Matrix equal to a. | |
| virtual MyMatrix & | operator+= (double a) |
| MATRIX - SCALAR operator. | |
| virtual MyMatrix & | operator-= (double a) |
| MATRIX - SCALAR operator. | |
| virtual MyMatrix & | operator*= (double b) |
| MATRIX - SCALAR operator. | |
| virtual MyMatrix & | operator/= (double b) |
| MATRIX - SCALAR operator. | |
| virtual MyMatrix | operator+ (double b) const |
| MATRIX - SCALAR operator. | |
| virtual MyMatrix | operator- (double b) const |
| MATRIX - SCALAR operator. | |
| virtual MyMatrix | operator* (double b) const |
| MATRIX - SCALAR operator. | |
| virtual MyMatrix | operator/ (double b) const |
| MATRIX - SCALAR operator. | |
| virtual MyMatrix & | operator= (const MySymmetricMatrix &a) |
| MATRIX - SYMMETRICMATRIX operators. | |
| virtual MyMatrix & | operator+= (const MyMatrix &a) |
| MATRIX - MATRIX operator. | |
| virtual MyMatrix & | operator-= (const MyMatrix &a) |
| MATRIX - MATRIX operator. | |
| virtual MyMatrix | operator+ (const MyMatrix &a) const |
| MATRIX - MATRIX operator. | |
| virtual MyMatrix | operator- (const MyMatrix &a) const |
| MATRIX - MATRIX operator. | |
| virtual MyMatrix | operator* (const MyMatrix &a) const |
| MATRIX - MATRIX operator. | |
| virtual MyColumnVector | operator* (const MyColumnVector &b) const |
| MATRIX - VECTOR operator. | |
| virtual MyRowVector | rowCopy (unsigned int r) const |
| Get row from matrix. | |
| virtual MyColumnVector | columnCopy (unsigned int c) const |
| Get column from matrix. | |
| virtual void | resize (unsigned int i, unsigned int j, bool copy=true, bool initialize=true) |
| resize matrix | |
| virtual MyMatrix | inverse () const |
| get inverse | |
| virtual MyMatrix | transpose () const |
| get transpose | |
| virtual double | determinant () const |
| get determinant | |
| virtual int | convertToSymmetricMatrix (MySymmetricMatrix &sym) |
| Turn matrix into Symmetric one. More... | |
| virtual MyMatrix | sub (int i_start, int i_end, int j_start, int j_end) const |
| get sub matrix | |
| BOOST_UBLAS_INLINE size_type | size1 () const |
| BOOST_UBLAS_INLINE size_type | size2 () const |
| BOOST_UBLAS_INLINE const array_type & | data () const |
| BOOST_UBLAS_INLINE array_type & | data () |
| BOOST_UBLAS_INLINE void | resize (size_type size1, size_type size2, bool preserve=true) |
| BOOST_UBLAS_INLINE const_reference | operator() (size_type i, size_type j) const |
| BOOST_UBLAS_INLINE reference | operator() (size_type i, size_type j) |
|
BOOST_UBLAS_INLINE const container_type & | operator() () const |
| BOOST_UBLAS_INLINE container_type & | operator() () |
| BOOST_UBLAS_INLINE reference | at_element (size_type i, size_type j) |
| BOOST_UBLAS_INLINE reference | insert_element (size_type i, size_type j, const_reference t) |
| void | erase_element (size_type i, size_type j) |
| BOOST_UBLAS_INLINE void | clear () |
| BOOST_UBLAS_INLINE matrix & | assign_temporary (matrix &m) |
| template<class AE > | |
| BOOST_UBLAS_INLINE matrix & | assign (const matrix_expression< AE > &ae) |
| template<class AE > | |
| BOOST_UBLAS_INLINE matrix & | operator+= (const matrix_expression< AE > &ae) |
| template<class C > | |
| BOOST_UBLAS_INLINE matrix & | operator+= (const matrix_container< C > &m) |
| template<class AE > | |
| BOOST_UBLAS_INLINE matrix & | plus_assign (const matrix_expression< AE > &ae) |
| template<class AE > | |
| BOOST_UBLAS_INLINE matrix & | operator-= (const matrix_expression< AE > &ae) |
| template<class C > | |
| BOOST_UBLAS_INLINE matrix & | operator-= (const matrix_container< C > &m) |
| template<class AE > | |
| BOOST_UBLAS_INLINE matrix & | minus_assign (const matrix_expression< AE > &ae) |
| template<class AT > | |
| BOOST_UBLAS_INLINE matrix & | operator*= (const AT &at) |
| template<class AT > | |
| BOOST_UBLAS_INLINE matrix & | operator/= (const AT &at) |
| BOOST_UBLAS_INLINE void | swap (matrix &m) |
| BOOST_UBLAS_INLINE const_iterator1 | find1 (int, size_type i, size_type j) const |
| BOOST_UBLAS_INLINE iterator1 | find1 (int, size_type i, size_type j) |
| BOOST_UBLAS_INLINE const_iterator2 | find2 (int, size_type i, size_type j) const |
| BOOST_UBLAS_INLINE iterator2 | find2 (int, size_type i, size_type j) |
| BOOST_UBLAS_INLINE const_iterator1 | begin1 () const |
| BOOST_UBLAS_INLINE iterator1 | begin1 () |
| BOOST_UBLAS_INLINE const_iterator1 | end1 () const |
| BOOST_UBLAS_INLINE iterator1 | end1 () |
| BOOST_UBLAS_INLINE const_iterator2 | begin2 () const |
| BOOST_UBLAS_INLINE iterator2 | begin2 () |
| BOOST_UBLAS_INLINE const_iterator2 | end2 () const |
| BOOST_UBLAS_INLINE iterator2 | end2 () |
|
BOOST_UBLAS_INLINE const_reverse_iterator1 | rbegin1 () const |
|
BOOST_UBLAS_INLINE reverse_iterator1 | rbegin1 () |
|
BOOST_UBLAS_INLINE const_reverse_iterator1 | rend1 () const |
|
BOOST_UBLAS_INLINE reverse_iterator1 | rend1 () |
|
BOOST_UBLAS_INLINE const_reverse_iterator2 | rbegin2 () const |
|
BOOST_UBLAS_INLINE reverse_iterator2 | rbegin2 () |
|
BOOST_UBLAS_INLINE const_reverse_iterator2 | rend2 () const |
|
BOOST_UBLAS_INLINE reverse_iterator2 | rend2 () |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int) |
| virtual MyMatrix | pseudoinverse (double epsilon=0.01) const |
| get pseudoinverse | |
| virtual bool | SVD (MyColumnVector &D, MyMatrix &U, MyMatrix &V) const |
| SVD Decomposition (for pseudo-inverse properties) | |
| double | PYTHAG (double a, double b) const |
| double | SIGN (double a, double b) const |
Static Public Attributes | |
| static const unsigned | complexity |
Implementation of Matrixwrapper using Boost.
Definition at line 46 of file asirfilter.h.
1.8.5