Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

XVDiagonalMatrix Class Reference

Diagonal Matrix Class A diagonal matrix is basically a XVColVector with support to multiply by ordinary matrices in the appropriate fashion. All of the member functions are explained in the Matrix class (most are just adapted versions of those from the Matrix class anyway). More...

#include <XVMatrix.h>

List of all members.

Public Methods

Private Attributes

Friends


Detailed Description

Diagonal Matrix Class A diagonal matrix is basically a XVColVector with support to multiply by ordinary matrices in the appropriate fashion. All of the member functions are explained in the Matrix class (most are just adapted versions of those from the Matrix class anyway).

Definition at line 395 of file XVMatrix.h.


Constructor & Destructor Documentation

XVDiagonalMatrix::XVDiagonalMatrix ( int n = 0 ) [inline]
 

Definition at line 279 of file XVMatrix.icc.

XVDiagonalMatrix::XVDiagonalMatrix ( const XVColVector & tin ) [inline]
 

Definition at line 282 of file XVMatrix.icc.


Member Function Documentation

int XVDiagonalMatrix::n_of_cols ( ) const [inline]
 

Definition at line 286 of file XVMatrix.icc.

int XVDiagonalMatrix::n_of_rows ( ) const [inline]
 

Definition at line 290 of file XVMatrix.icc.

XVColVector & XVDiagonalMatrix::diagonal ( ) [inline]
 

Definition at line 294 of file XVMatrix.icc.

void XVDiagonalMatrix::resize ( int n ) [inline]
 

Definition at line 298 of file XVMatrix.icc.

FrReal & XVDiagonalMatrix::operator() ( int n ) [inline]
 

Definition at line 302 of file XVMatrix.icc.

FrReal XVDiagonalMatrix::operator() ( int n ) const [inline]
 

Definition at line 306 of file XVMatrix.icc.

XVDiagonalMatrix & XVDiagonalMatrix::operator= ( const XVDiagonalMatrix & m ) [inline]
 

Definition at line 310 of file XVMatrix.icc.

XVDiagonalMatrix & XVDiagonalMatrix::operator= ( FrReal x ) [inline]
 

Definition at line 314 of file XVMatrix.icc.


Member Data Documentation

XVColVector XVDiagonalMatrix::t [private]
 

Definition at line 398 of file XVMatrix.h.


The documentation for this class was generated from the following files:
Generated at Thu Mar 29 22:37:29 2001 for XVision by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000