RowVector_Wrapper Class Reference

Class RowVectorWrapper. More...

#include <vector_wrapper.h>

Inheritance diagram for RowVector_Wrapper:

RowVector

List of all members.

Public Member Functions

 RowVector_Wrapper ()
 Constructor.
virtual ~RowVector_Wrapper ()
 Destructor.
virtual void resize (int num_cols)=0
 resize
virtual unsigned int rows () const =0
 Ask number of rows.
virtual unsigned int columns () const =0
 Ask numbers of columns (=1).
virtual MyRowVector vectorAdd (const MyRowVector &v2) const =0
 join two vectors
virtual const double operator() (unsigned int) const =0
 element indexing
virtual double & operator() (unsigned int)=0
 element indexing
virtual const bool operator== (const MyRowVector &a) const =0
 Operator ==.
virtual MyRowVector & operator= (const MyRowVector &a)=0
 operator =
virtual MyRowVector & operator= (double a)=0
 Initialise all elements to a.
virtual MyRowVector & operator+= (const MyRowVector &a)=0
 Operators.
virtual MyRowVector & operator-= (const MyRowVector &a)=0
 Operators.
virtual MyRowVector operator+ (const MyRowVector &a) const =0
 Operators.
virtual MyRowVector operator- (const MyRowVector &a) const =0
 Operators.
virtual MyRowVector & operator+= (double b)=0
 Operators.
virtual MyRowVector & operator-= (double b)=0
 Operators.
virtual MyRowVector & operator*= (double b)=0
 Operators.
virtual MyRowVector & operator/= (double b)=0
 Operators.
virtual MyRowVector operator+ (double b) const =0
 Operators.
virtual RowVector operator- (double b) const =0
 Operators.
virtual MyRowVector operator* (double b) const =0
 Operators.
virtual RowVector operator/ (double b) const =0
 Operators.
virtual double operator* (const MyColumnVector &a) const =0
 Operators.
virtual MyRowVector sub (int j_start, int j_end) const =0
 get sub matrix
virtual MyColumnVector transpose () const =0
 get transpose


Detailed Description

Class RowVectorWrapper.

Definition at line 132 of file vector_wrapper.h.


The documentation for this class was generated from the following file:

Generated on Mon Mar 30 05:43:59 2009 for Bayesian Filtering Library by  doxygen 1.5.5