Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
MatrixRowC::MatrixRowC(MatrixC &,IndexT)
MatrixRowC::operator()(IndexT)
MatrixRowC::operator()(IndexT) const
MatrixRowC::operator[](IndexT)
MatrixRowC::operator[](IndexT) const
MatrixRowC
 
Access a matrix row.
 
include "amma/MatAcc.hh"
User Level:Default
Library:Mlalg
Example:exEndPoint.cc
Section:Basic Types.Numerical Geometry.N-D
In Scope:std

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:
MatrixC mat;

SizeBufferAccessC rowdat;

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:49:27 2001