Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

IsoEx::Math::MatrixT< T > Class Template Reference

Simple matrix class whose scalar type is its template parameter. More...

#include <IsoEx/Math/MatrixT.hh>

List of all members.

Public Member Functions

 MatrixT (unsigned int _rows, unsigned int _cols)
 Construct with number of rows and columns.

T & operator() (unsigned int _i, unsigned int _j)
 Read & write element access.

const T & operator() (unsigned int _i, unsigned int _j) const
 Read only element access.

unsigned int rows () const
 Number of rows.

unsigned int cols () const
 Number of columns.


Detailed Description

template<typename T>
class IsoEx::Math::MatrixT< T >

Simple matrix class whose scalar type is its template parameter.


The documentation for this class was generated from the following file:
Generated on Mon Jul 5 18:07:08 2004 for IsoEx by doxygen 1.3.6-20040222