dune-grid  2.1.1
Public Member Functions
Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T > Class Template Reference

#include <dune/grid/io/file/dgfparser/dgfparserblocks.hh>

Inheritance diagram for Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >:
Inheritance graph

List of all members.

Public Member Functions

 Matrix (int rows, int cols)
const T & operator() (int i, int j) const
T & operator() (int i, int j)
int rows () const
int cols () const

template<class T>
class Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >


Constructor & Destructor Documentation

template<class T>
Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::Matrix ( int  rows,
int  cols 
) [inline]

Member Function Documentation

template<class T>
int Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::cols ( ) const [inline]

Referenced by Dune::dgf::operator<<().

template<class T>
const T& Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::operator() ( int  i,
int  j 
) const [inline]
template<class T>
T& Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::operator() ( int  i,
int  j 
) [inline]
template<class T>
int Dune::dgf::PeriodicFaceTransformationBlock::Matrix< T >::rows ( ) const [inline]

Referenced by Dune::dgf::operator<<().


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