KASKADE 7 development version
Static Public Attributes | List of all members
Kaskade::SumFunctional< Fu1, Fu2 >::D2< row, col > Struct Template Reference

#include <functional_manipulation.hh>

Detailed Description

template<class Fu1, class Fu2>
template<int row, int col>
struct Kaskade::SumFunctional< Fu1, Fu2 >::D2< row, col >

Definition at line 530 of file functional_manipulation.hh.

Static Public Attributes

static bool const present = Functional::template D2<row,col>::present || Functional2::template D2<row,col>::present
 
static bool const lumped = Functional::template D2<row,col>::lumped
 
static bool const symmetric = Functional::template D2<row,col>::symmetric && Functional2::template D2<row,col>::symmetric
 

Member Data Documentation

◆ lumped

template<class Fu1 , class Fu2 >
template<int row, int col>
bool const Kaskade::SumFunctional< Fu1, Fu2 >::D2< row, col >::lumped = Functional::template D2<row,col>::lumped
static

Definition at line 533 of file functional_manipulation.hh.

◆ present

template<class Fu1 , class Fu2 >
template<int row, int col>
bool const Kaskade::SumFunctional< Fu1, Fu2 >::D2< row, col >::present = Functional::template D2<row,col>::present || Functional2::template D2<row,col>::present
static

Definition at line 532 of file functional_manipulation.hh.

◆ symmetric

template<class Fu1 , class Fu2 >
template<int row, int col>
bool const Kaskade::SumFunctional< Fu1, Fu2 >::D2< row, col >::symmetric = Functional::template D2<row,col>::symmetric && Functional2::template D2<row,col>::symmetric
static

Definition at line 534 of file functional_manipulation.hh.


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