|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
Dune::FieldMatrixColumn< FieldMatrix< K, m, n > > Class Template Reference
#include <dune/fem/common/fmatrixcol.hh>
Inheritance diagram for Dune::FieldMatrixColumn< FieldMatrix< K, m, n > >:

Public Types | |
| typedef Base::size_type | size_type |
| typedef Base::value_type | value_type |
| typedef Traits::derived_type | derived_type |
| typedef FieldTraits< value_type >::field_type | field_type |
| typedef Traits::value_type | block_type |
| typedef DenseIterator< DenseVector, value_type > | Iterator |
| typedef Iterator | iterator |
| typedef DenseIterator< const DenseVector, const value_type > | ConstIterator |
| typedef ConstIterator | const_iterator |
Public Member Functions | |
| FieldMatrixColumn (FieldMatrix< K, m, n > &fieldMatrix, int column) | |
| constexpr size_type | size () const |
| const value_type & | operator[] (size_type i) const |
| value_type & | operator[] (size_type i) |
| constexpr value_type & | front () |
| constexpr const value_type & | front () const |
| constexpr value_type & | back () |
| constexpr const value_type & | back () const |
| constexpr bool | empty () const |
| constexpr Iterator | begin () |
| constexpr ConstIterator | begin () const |
| constexpr Iterator | end () |
| constexpr ConstIterator | end () const |
| constexpr Iterator | beforeEnd () |
| constexpr ConstIterator | beforeEnd () const |
| constexpr Iterator | beforeBegin () |
| constexpr ConstIterator | beforeBegin () const |
| constexpr Iterator | find (size_type i) |
| constexpr ConstIterator | find (size_type i) const |
| constexpr derived_type & | operator+= (const DenseVector< Other > &x) |
| constexpr std::enable_if< std::is_convertible< ValueType, value_type >::value, derived_type >::type & | operator+= (const ValueType &kk) |
| constexpr derived_type & | operator-= (const DenseVector< Other > &x) |
| constexpr std::enable_if< std::is_convertible< ValueType, value_type >::value, derived_type >::type & | operator-= (const ValueType &kk) |
| constexpr derived_type | operator+ (const DenseVector< Other > &b) const |
| constexpr derived_type | operator- (const DenseVector< Other > &b) const |
| constexpr derived_type | operator- () const |
| constexpr std::enable_if< std::is_convertible< FieldType, field_type >::value, derived_type >::type & | operator*= (const FieldType &kk) |
| constexpr std::enable_if< std::is_convertible< FieldType, field_type >::value, derived_type >::type & | operator/= (const FieldType &kk) |
| constexpr bool | operator== (const DenseVector< Other > &x) const |
| constexpr bool | operator!= (const DenseVector< Other > &x) const |
| constexpr derived_type & | axpy (const field_type &a, const DenseVector< Other > &x) |
| constexpr PromotionTraits< field_type, typenameDenseVector< Other >::field_type >::PromotedType | operator* (const DenseVector< Other > &x) const |
| constexpr PromotionTraits< field_type, typenameDenseVector< Other >::field_type >::PromotedType | dot (const DenseVector< Other > &x) const |
| constexpr FieldTraits< value_type >::real_type | one_norm () const |
| constexpr FieldTraits< value_type >::real_type | one_norm_real () const |
| constexpr FieldTraits< value_type >::real_type | two_norm () const |
| constexpr FieldTraits< value_type >::real_type | two_norm2 () const |
| constexpr FieldTraits< vt >::real_type | infinity_norm () const |
| constexpr FieldTraits< vt >::real_type | infinity_norm () const |
| constexpr FieldTraits< vt >::real_type | infinity_norm_real () const |
| constexpr FieldTraits< vt >::real_type | infinity_norm_real () const |
| constexpr size_type | N () const |
| constexpr size_type | dim () const |
| std::ostream & | operator<< (std::ostream &s, const DenseVector< V > &v) |
Static Public Attributes | |
| static const int | dimension = m |
| static constexpr int | blocklevel |
Member Typedef Documentation
◆ size_type
template<class K , int m, int n>
| typedef Base::size_type Dune::FieldMatrixColumn< FieldMatrix< K, m, n > >::size_type |
◆ value_type
template<class K , int m, int n>
| typedef Base::value_type Dune::FieldMatrixColumn< FieldMatrix< K, m, n > >::value_type |
Constructor & Destructor Documentation
◆ FieldMatrixColumn()
template<class K , int m, int n>
|
inline |
Member Function Documentation
◆ operator[]() [1/2]
template<class K , int m, int n>
|
inline |
◆ operator[]() [2/2]
template<class K , int m, int n>
|
inline |
◆ size()
template<class K , int m, int n>
|
inlineconstexpr |
Member Data Documentation
◆ dimension
template<class K , int m, int n>
|
static |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8