KASKADE 7 development version
Static Public Member Functions | List of all members
Kaskade::DynamicMatrixDetail::cat< EntryA, EntryB > Struct Template Reference

#include <dynamicMatrixOps.hh>

Detailed Description

template<class EntryA, class EntryB>
struct Kaskade::DynamicMatrixDetail::cat< EntryA, EntryB >

Definition at line 226 of file dynamicMatrixOps.hh.

Static Public Member Functions

static auto horz (DynamicMatrix< EntryA > const &A, DynamicMatrix< EntryB > const &B)
 
static auto vert (Dune::DynamicVector< EntryA > const &x, Dune::DynamicVector< EntryB > const &y)
 

Member Function Documentation

◆ horz()

template<class EntryA , class EntryB >
static auto Kaskade::DynamicMatrixDetail::cat< EntryA, EntryB >::horz ( DynamicMatrix< EntryA > const &  A,
DynamicMatrix< EntryB > const &  B 
)
inlinestatic

◆ vert()

template<class EntryA , class EntryB >
static auto Kaskade::DynamicMatrixDetail::cat< EntryA, EntryB >::vert ( Dune::DynamicVector< EntryA > const &  x,
Dune::DynamicVector< EntryB > const &  y 
)
inlinestatic

Definition at line 243 of file dynamicMatrixOps.hh.


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