Darc Library  2012.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
darc::core::Matrix< T, M, N > Class Template Reference

#include <cr_matrix.h>

Inheritance diagram for darc::core::Matrix< T, M, N >:
darc::core::BaseMatrix< Matrix< T, M, N > >

List of all members.

Public Types

typedef BaseMatrix< Matrix< T,
M, N > > 
Base

Public Member Functions

 Matrix ()
 Matrix (const Base &_m)
Type operator() (int _m, int _n) const
Typeoperator() (int _m, int _n)

template<typename T, int M, int N>
class darc::core::Matrix< T, M, N >


Member Typedef Documentation


Constructor & Destructor Documentation

template<typename T, int M, int N>
darc::core::Matrix< T, M, N >::Matrix ( ) [inline]
template<typename T, int M, int N>
darc::core::Matrix< T, M, N >::Matrix ( const Base _m) [inline]

Member Function Documentation

template<typename T, int M, int N>
Type darc::core::Matrix< T, M, N >::operator() ( int  _m,
int  _n 
) const [inline]
template<typename T, int M, int N>
Type& darc::core::Matrix< T, M, N >::operator() ( int  _m,
int  _n 
) [inline]

The documentation for this class was generated from the following file: