Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Examples  

Matrix.H File Reference

Matrix is conceptually a Vector of column Vector-s, and implemented as such. More...

#include <Vector.H>

Go to the source code of this file.

Namespaces

namespace  xchen

Defines

#define MxN_VecOfVec   Vector<Vector<T, M>, N>
#define NxM_VecOfVec   Vector<Vector<T, N>, M>
#define NxL_VecOfVec   Vector<Vector<T, N>, L>
#define MxL_VecOfVec   Vector<Vector<T, M>, L>


Detailed Description

Matrix is conceptually a Vector of column Vector-s, and implemented as such.

Author:
Xianming Chen
Computer Science Department
University of Utah
Date:
4 Jan 2004

Define Documentation

#define MxL_VecOfVec   Vector<Vector<T, M>, L>
 

#define MxN_VecOfVec   Vector<Vector<T, M>, N>
 

#define NxL_VecOfVec   Vector<Vector<T, N>, L>
 

#define NxM_VecOfVec   Vector<Vector<T, N>, M>
 


Generated on Wed Apr 7 21:40:50 2004 by doxygen1.2.18