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

Default type uses row order storage. More...

#include <cr_matrix.h>

List of all members.

Public Member Functions

operator() (int _m, int _n) const
T & operator() (int _m, int _n)

Detailed Description

template<typename T, int M, int N>
struct darc::core::Storage< T, M, N >

Default type uses row order storage.


Member Function Documentation

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

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