compositions.hh File Reference

#include "basics/outputOperator.hh"
#include "basics/exceptions.hh"
#include "space/space.hh"
#include "function/basis.hh"
#include "function/vector.hh"
#include "basics/debug.hh"

Go to the source code of this file.

Classes

class  concepts::Compose< F, H >
 Computes the product of two operators. More...
 
class  concepts::DenseMatrix< F >
 Dense matrix. More...
 
class  concepts::HashedSparseMatrix< T >
 A matrix in sparse storage using hashes. More...
 
class  concepts::LiCo< F >
 Linear combination of two operators. More...
 
class  concepts::LiCoI< F >
 Linear combination of an operator with the identity. More...
 
class  concepts::Matrix< F >
 Abstract class for an operator. More...
 
class  concepts::Multiple< F >
 Multiple of an operator. More...
 
class  concepts::Operator< F >
 Abstract class for an operator. More...
 
class  concepts::SchurCompl< F >
 Schur complement. More...
 
class  concepts::SparseMatrix< F >
 Sparse matrix. More...
 
class  concepts::VecOperator< F >
 Abstract class for an operator acting on vectors only, not arbitrary functions. More...
 

Namespaces

 concepts
 Basic namespace for Concepts-2.
 

Macros

#define ComposeAppl_D   0
 
#define ComposeConstr_D   0
 
#define SchurComplContr_D   0
 

Detailed Description

Basic operator declarations such as compositions of operators

Definition in file compositions.hh.

Macro Definition Documentation

◆ ComposeAppl_D

#define ComposeAppl_D   0

Definition at line 19 of file compositions.hh.

◆ ComposeConstr_D

#define ComposeConstr_D   0

Definition at line 18 of file compositions.hh.

◆ SchurComplContr_D

#define SchurComplContr_D   0

Definition at line 20 of file compositions.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich