dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Dune::Fem::DenseRowMatrix< F >::Row< RF > Class Template Reference

#include <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

◆ Row() [1/2]

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

◆ Row() [2/2]

template<class F >
template<class RF >
Dune::Fem::DenseRowMatrix< F >::Row< RF >::Row ( const Row< F > &  row)
inline

Member Function Documentation

◆ clear()

template<class F >
template<class RF >
void Dune::Fem::DenseRowMatrix< F >::Row< RF >::clear ( )
inline

◆ operator[]() [1/2]

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

◆ operator[]() [2/2]

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

◆ size()

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: