Matrix< T > Class Template Reference

A basic matrix class. More...

#include <Matrix.hpp>

List of all members.

Public Member Functions

 Matrix (int width, int height)
void resize (int width, int height)
void setToIdentity ()
std::valarray< T > operator * (const std::valarray< T > &v) const
Matrix< T > getInverse () const
int getWidth () const
int getHeight () const
T & at (int row, int col)
at (int row, int col) const
T & operator() (int row, int col)
operator() (int row, int col) const
void print (const char *title="") const


Detailed Description

template<typename T>
class Matrix< T >

A basic matrix class.

Definition at line 21 of file Matrix.hpp.


The documentation for this class was generated from the following file:
Generated on Mon May 26 11:19:55 2003 for CamChecker by doxygen1.3