|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Derived Classes:
Variables:
Methods:
- VecMat2dC()
-
Constructor of an empty object
- VecMat2dC(const Vector2dC & vec,const Matrix2d2C & mat)
-
Constructor
- VecMat2dC(const VecMat2dC & system)
-
- const VecMat2dC & VecMat2d() const
-
Access to the object
- VecMat2dC & VecMat2d()
-
Access to the object
- const Vector2dC & Vector() const
-
Access to the vector
- const Matrix2d2C & Matrix() const
-
Access to the matrix
- Vector2dC & Vector()
-
Access to the vector
- Matrix2d2C & Matrix()
-
Access to the matrix
- VecMat2dC & SetZero()
-
Set the vector and the matrix to be zero
- VecMat2dC & Sort()
-
Sort according to vector value. The first value will be the biggest one.
- VecMat2dC & SortAbs()
-
Sort according to absolute vector value.
The first value will be the biggest one
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|