dune-common
2.3.0
|
Classes for implementing an assignment to FieldVector from a comma-separated list. More...
Go to the source code of this file.
Classes | |
class | Dune::fvector_assigner< T, s > |
fvector assignment operator More... | |
class | Dune::fmatrix_assigner< T, n, m > |
fmatrix assignment operator More... |
Namespaces | |
namespace | Dune |
Dune namespace. |
Functions | |
Zero (int) | |
operator double () | |
Conversion operator to double. | |
operator int () | |
Conversion operator to int. | |
NextRow (int) | |
template<class T , class K , int s> | |
fvector_assigner< T, s > | Dune::operator<<= (FieldVector< T, s > &v, const K &t) |
fvector assignment operator | |
template<class T , int s> | |
fvector_assigner< T, s > | Dune::operator<<= (FieldVector< T, s > &v, Zero z) |
fvector assignment operator | |
template<class T , class K , int n, int m> | |
fmatrix_assigner< T, n, m > | Dune::operator<<= (FieldMatrix< T, n, m > &v, const K &t) |
FieldMatrix assignment operator. | |
template<class T , int n, int m> | |
fmatrix_assigner< T, n, m > | Dune::operator<<= (FieldMatrix< T, n, m > &v, Zero z) |
FieldMatrix assignment operator. |
Classes for implementing an assignment to FieldVector from a comma-separated list.