|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
This is really for compatablilty with other matrix code.
But it does have some advantages if you want to access a
single row alot.
Variables:
Methods:
- MatrixRowC(MatrixC & amat,IndexT row)
-
Constructor.
- RealT & operator()(IndexT col)
-
Access element.
- RealT operator()(IndexT col) const
-
Access element.
- RealT & operator[](IndexT col)
-
Access element.
- RealT operator[](IndexT col) const
-
Access element.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|