#include <functionalset.hpp>
template<typename P>
class Feel::FunctionalSet< P >
Set of functionals.
- Author
- Christophe Prud'homme
- See Also
|
|
typedef Space | space_type |
|
typedef space_type::value_type | value_type |
|
typedef FunctionalSet< Space > | functionalset_type |
|
typedef functionalset_type | self_type |
|
typedef Functional< Space > | functional_type |
|
typedef space_type::matrix_type | matrix_type |
|
typedef std::vector
< functional_type > | fset_type |
|
- Returns
- the function space from which the functionals take their values
- Returns
- the i-th functional
- Returns
- the value of the functional set applied to a polynomial
This works only if the basis is orthonormal
- Returns
- the representation of the functional set using basis of the function space.
The documentation for this class was generated from the following files: