dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > > Class Template Reference

#include <dune/fem/common/fmatrixcol.hh>

Inheritance diagram for Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >:
Inheritance graph

Public Types

typedef Base::size_type size_type
 
typedef Base::value_type value_type
 

Public Member Functions

 FieldMatrixColumn (const FieldMatrix< K, m, n > &fieldMatrix, int column)
 
constexpr size_type size () const
 
const value_typeoperator[] (size_type i) const
 

Static Public Attributes

static const int dimension = m
 

Member Typedef Documentation

◆ size_type

template<class K , int m, int n>
typedef Base::size_type Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::size_type

◆ value_type

template<class K , int m, int n>
typedef Base::value_type Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::value_type

Constructor & Destructor Documentation

◆ FieldMatrixColumn()

template<class K , int m, int n>
Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::FieldMatrixColumn ( const FieldMatrix< K, m, n > &  fieldMatrix,
int  column 
)
inline

Member Function Documentation

◆ operator[]()

template<class K , int m, int n>
const value_type & Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::operator[] ( size_type  i) const
inline

◆ size()

template<class K , int m, int n>
constexpr size_type Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::size ( ) const
inlineconstexpr

Member Data Documentation

◆ dimension

template<class K , int m, int n>
const int Dune::FieldMatrixColumn< const FieldMatrix< K, m, n > >::dimension = m
static

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