Bayesian Filtering Library
Generated from SVN r
|
This is the complete list of members for RowVector_Wrapper, including all inherited members.
assign(int newsize, double value)=0 | RowVector_Wrapper | pure virtual |
capacity() const =0 | RowVector_Wrapper | pure virtual |
columns() const =0 | RowVector_Wrapper | pure virtual |
operator()(unsigned int) const =0 | RowVector_Wrapper | pure virtual |
operator()(unsigned int)=0 | RowVector_Wrapper | pure virtual |
operator*(double b) const =0 | RowVector_Wrapper | pure virtual |
operator*(const MyColumnVector &a) const =0 | RowVector_Wrapper | pure virtual |
operator*=(double b)=0 | RowVector_Wrapper | pure virtual |
operator+(const MyRowVector &a) const =0 | RowVector_Wrapper | pure virtual |
operator+(double b) const =0 | RowVector_Wrapper | pure virtual |
operator+=(const MyRowVector &a)=0 | RowVector_Wrapper | pure virtual |
operator+=(double b)=0 | RowVector_Wrapper | pure virtual |
operator-(const MyRowVector &a) const =0 | RowVector_Wrapper | pure virtual |
operator-(double b) const =0 | RowVector_Wrapper | pure virtual |
operator-=(const MyRowVector &a)=0 | RowVector_Wrapper | pure virtual |
operator-=(double b)=0 | RowVector_Wrapper | pure virtual |
operator/(double b) const =0 | RowVector_Wrapper | pure virtual |
operator/=(double b)=0 | RowVector_Wrapper | pure virtual |
operator=(const MyRowVector &a)=0 | RowVector_Wrapper | pure virtual |
operator=(double a)=0 | RowVector_Wrapper | pure virtual |
operator==(const MyRowVector &a) const =0 | RowVector_Wrapper | pure virtual |
resize(int num_cols)=0 | RowVector_Wrapper | pure virtual |
rows() const =0 | RowVector_Wrapper | pure virtual |
RowVector_Wrapper() | RowVector_Wrapper | inline |
sub(int j_start, int j_end) const =0 | RowVector_Wrapper | pure virtual |
transpose() const =0 | RowVector_Wrapper | pure virtual |
vectorAdd(const MyRowVector &v2) const =0 | RowVector_Wrapper | pure virtual |
~RowVector_Wrapper() | RowVector_Wrapper | inlinevirtual |