#include <dune/fem/misc/fmatrixconverter.hh>
|
enum | { rows = n
, cols = m
, dimension = n * m
} |
|
typedef FieldVector< K, n *m > | InteralVectorType |
| internal storage of matrix
|
|
typedef Base::row_type | row_type |
| type of class return upon operator [] which behaves like a reference
|
|
typedef Base::row_reference | row_reference |
|
typedef Base::const_row_reference | const_row_reference |
|
typedef K | field_type |
| export the type representing the field
|
|
typedef K | block_type |
| export the type representing the components
|
|
typedef std::size_t | size_type |
| The type used for the index access and size operations.
|
|
◆ block_type
template<typename K , int n, int m>
export the type representing the components
◆ const_row_reference
template<typename K , int n, int m>
◆ field_type
template<typename K , int n, int m>
export the type representing the field
◆ InteralVectorType
template<typename K , int n, int m>
internal storage of matrix
◆ row_reference
template<typename K , int n, int m>
◆ row_type
template<typename K , int n, int m>
type of class return upon operator [] which behaves like a reference
◆ size_type
template<typename K , int n, int m>
The type used for the index access and size operations.
◆ anonymous enum
template<typename K , int n, int m>
Enumerator |
---|
rows | The number of rows.
|
cols | The number of columns.
|
dimension | The total dimension.
|
◆ FlatFieldMatrix() [1/4]
template<typename K , int n, int m>
◆ FlatFieldMatrix() [2/4]
template<typename K , int n, int m>
◆ FlatFieldMatrix() [3/4]
template<typename K , int n, int m>
◆ FlatFieldMatrix() [4/4]
template<typename K , int n, int m>
◆ assign()
template<typename K , int n, int m>
◆ data() [1/2]
template<typename K , int n, int m>
◆ data() [2/2]
template<typename K , int n, int m>
◆ mat_access() [1/2]
template<typename K , int n, int m>
◆ mat_access() [2/2]
template<typename K , int n, int m>
◆ mat_cols()
template<typename K , int n, int m>
◆ mat_rows()
template<typename K , int n, int m>
◆ operator+=()
template<typename K , int n, int m>
◆ operator=() [1/3]
template<typename K , int n, int m>
◆ operator=() [2/3]
template<typename K , int n, int m>
◆ operator=() [3/3]
template<typename K , int n, int m>
◆ data_
template<typename K , int n, int m>
The documentation for this class was generated from the following file: