dune-fem  2.4.1-rc
Public Member Functions | List of all members
Dune::Fem::DenseRowMatrix< F >::Row< RF > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/operator/matrix/densematrix.hh>

Public Member Functions

 Row (unsigned int cols, RF *fields)
 
 Row (const Row< F > &row)
 
const RF & operator[] (const unsigned int col) const
 
RF & operator[] (const unsigned int col)
 
void clear ()
 
unsigned int size () const
 

Constructor & Destructor Documentation

template<class F>
template<class RF>
Dune::Fem::DenseRowMatrix< F >::Row< RF >::Row ( unsigned int  cols,
RF *  fields 
)
inline
template<class F>
template<class RF>
Dune::Fem::DenseRowMatrix< F >::Row< RF >::Row ( const Row< F > &  row)
inline

Member Function Documentation

template<class F>
template<class RF>
void Dune::Fem::DenseRowMatrix< F >::Row< RF >::clear ( )
inline
template<class F>
template<class RF>
const RF& Dune::Fem::DenseRowMatrix< F >::Row< RF >::operator[] ( const unsigned int  col) const
inline
template<class F>
template<class RF>
RF& Dune::Fem::DenseRowMatrix< F >::Row< RF >::operator[] ( const unsigned int  col)
inline
template<class F>
template<class RF>
unsigned int Dune::Fem::DenseRowMatrix< F >::Row< RF >::size ( ) const
inline

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