IsoEx
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
Public Member Functions | List of all members
IsoEx::Math::MatrixT< T > Class Template Reference

#include <IsoEx/Math/MatrixT.hh>

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: