|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
This is really for compatablilty with other matrix code.
Variables:
- MatrixC mat;
-
- IndexT acol;
-
Methods:
- MatrixColumnC(MatrixC & amat,IndexT col)
-
Constructor.
- RealT & operator()(IndexT row)
-
Access element.
- RealT operator()(IndexT row) const
-
Access element.
- RealT & operator[](IndexT row)
-
Access element.
- RealT operator[](IndexT row) const
-
Access element.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|