Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
#include <vector>
#include "predicate.h"
Go to the source code of this file.
Namespaces | |
namespace | dg |
This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library. | |
Functions | |
template<class ContainerType > | |
auto | dg::asDenseMatrix (const std::vector< const ContainerType * > &in) |
Lightweight DenseMatrix for dg::blas2::gemv . More... | |
template<class ContainerType > | |
auto | dg::asDenseMatrix (const std::vector< const ContainerType * > &in, unsigned size) |
Lightweight DenseMatrix for dg::blas2::gemv . More... | |
template<class ContainerType > | |
std::vector< const ContainerType * > | dg::asPointers (const std::vector< ContainerType > &in) |
Convert a vector of vectors to a vector of pointers. More... | |