|
Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
This is the complete list of members for dg::Composite< Matrix >, including all inherited members.
| Composite() | dg::Composite< Matrix > | inline |
| Composite(const Composite< Matrix2 > &src) | dg::Composite< Matrix > | inline |
| Composite(const Matrix &m) | dg::Composite< Matrix > | inline |
| Composite(const Matrix &m1, const Matrix &m2) | dg::Composite< Matrix > | inline |
| display(std::ostream &os=std::cout) const | dg::Composite< Matrix > | inline |
| dual | dg::Composite< Matrix > | |
| m1 | dg::Composite< Matrix > | |
| m2 | dg::Composite< Matrix > | |
| operator=(const Composite< Matrix2 > &src) | dg::Composite< Matrix > | inline |
| symv(const ContainerType1 &v1, ContainerType2 &v2) const | dg::Composite< Matrix > | inline |
| symv(get_value_type< ContainerType > alpha, const ContainerType &v1, get_value_type< ContainerType > beta, ContainerType &v2) const | dg::Composite< Matrix > | inline |