Discontinuous Galerkin Library
#include "dg/algorithm.h"
dg::SelfMadeMatrixTag Struct Reference

Indicates that the type has a member function with the same name and interface (up to the matrix itself of course) as the corresponding blas2 member function, for example void symv( const ContainerType1&, ContainerType2& ); More...

Inheritance diagram for dg::SelfMadeMatrixTag:
[legend]

Detailed Description

Indicates that the type has a member function with the same name and interface (up to the matrix itself of course) as the corresponding blas2 member function, for example void symv( const ContainerType1&, ContainerType2& );

These members are then implemented freely, in particular other blas1 and blas2 functions can be used


The documentation for this struct was generated from the following file: