dune-functions  2.5.1
Static Public Member Functions | List of all members
Dune::Functions::FlatVectorBackend< typename Dune::FieldMatrix< K, n, m > > Struct Template Reference

#include <dune/functions/functionspacebases/flatvectorbackend.hh>

Static Public Member Functions

template<class VV , class Index >
static auto getEntry (VV &&v, const Index &i) -> decltype(v[i/m][i%m])
 
template<class VV >
static int size (VV &&v)
 

Member Function Documentation

◆ getEntry()

template<class K , int n, int m>
template<class VV , class Index >
static auto Dune::Functions::FlatVectorBackend< typename Dune::FieldMatrix< K, n, m > >::getEntry ( VV &&  v,
const Index &  i 
) -> decltype(v[i/m][i%m])
inlinestatic

◆ size()

template<class K , int n, int m>
template<class VV >
static int Dune::Functions::FlatVectorBackend< typename Dune::FieldMatrix< K, n, m > >::size ( VV &&  v)
inlinestatic

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