Dune::LFEMatrix< F, aligned > Class Template Reference

#include <dune/localfunctions/utility/lfematrix.hh>

Inheritance diagram for Dune::LFEMatrix< F, aligned >:
Inheritance graph

List of all members.

Public Types

typedef F Field

Public Member Functions

 operator const RealMatrix & () const
 operator RealMatrix & ()
template<class Vector >
void row (const unsigned int row, Vector &vec) const
const Fieldoperator() (const unsigned int row, const unsigned int col) const
Fieldoperator() (const unsigned int row, const unsigned int col)
unsigned int rows () const
unsigned int cols () const
const FieldrowPtr (const unsigned int row) const
FieldrowPtr (const unsigned int row)
void resize (const unsigned int rows, const unsigned int cols)
bool invert ()

template<class F, bool aligned>
class Dune::LFEMatrix< F, aligned >


Member Typedef Documentation

template<class F, bool aligned>
typedef F Dune::LFEMatrix< F, aligned >::Field

Member Function Documentation

template<class F, bool aligned>
bool Dune::LFEMatrix< F, aligned >::invert (  )  [inline]
template<class F, bool aligned>
Dune::LFEMatrix< F, aligned >::operator const RealMatrix & (  )  const [inline]
template<class F, bool aligned>
Dune::LFEMatrix< F, aligned >::operator RealMatrix & (  )  [inline]
template<class F, bool aligned>
const Field& Dune::LFEMatrix< F, aligned >::operator() ( const unsigned int  row,
const unsigned int  col 
) const [inline]
template<class F, bool aligned>
Field& Dune::LFEMatrix< F, aligned >::operator() ( const unsigned int  row,
const unsigned int  col 
) [inline]
template<class F, bool aligned>
void Dune::LFEMatrix< F, aligned >::resize ( const unsigned int  rows,
const unsigned int  cols 
) [inline]
template<class F, bool aligned>
Field* Dune::LFEMatrix< F, aligned >::rowPtr ( const unsigned int  row  )  [inline]
template<class F, bool aligned>
const Field* Dune::LFEMatrix< F, aligned >::rowPtr ( const unsigned int  row  )  const [inline]

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

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].