KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dscomponents Namespace Reference

Classes

class  ACompEvalCoreFun
 ACompEvalCoreFun: A normal CoreFun which supports single-component evaluation. More...
 
class  ACoreFun
 Basic interface for all dynamical system's core functions Inherits the AProjectable interface. More...
 
class  AffineInitialValue
 AffineInitialValue: Parameter-affine initial value for dynamical systems. More...
 
class  AffLinCoreFun
 Simple affine-linear core function "f" for a dynamical system. More...
 
class  AffLinInputConv
 AffLinInputConv: Affine parametric input conversion matrix \(B(t,\mu)\). More...
 
class  AffLinOutputConv
 AFFLINOUTPUTCONV Summary of this class goes here Detailed explanation goes here. More...
 
class  AInitialValue
 AInitialValue: Abstract base class for dynamical systems initial values. More...
 
class  AInputConv
 AInputConv: Base class for input conversion "B". For simpler input conversions, it will be convenient to simply use the Pointer versions and pass the target function. For more complex input calculations which require local setup for example subclass this class and implement the evaluate method. More...
 
class  AMassMatrix
 AMassMatrix: More...
 
class  AOutputConv
 BASEOUTPUTCONV Base class for output conversion "C". For simpler output conversions, it will be convenient to simply use the Pointer versions and pass the target function. For more complex output calculations which require local setup for example subclass this class and implement the evaluate method. More...
 
class  ConstInitialValue
 ConstInitialValue: A constant initial value. More...
 
class  ConstMassMatrix
 ConstMassMatrix: More...
 
class  IGlobalLipschitz
 IGLOBALLIPSCHITZ Interface for all functions that have a global lipschitz constant for the state/spatial part. More...
 
class  LinearCoreFun
 Linear core function for state space models (no time or parameter) More...
 
class  LinearInputConv
 Simple linear (=matrix) input conversion. More...
 
class  LinearOutputConv
 Standard linear output converter. More...
 
class  ParamTimeKernelCoreFun
 ParamTimeKernelCoreFun: Dynamical system core function which evaluates a contained kernel expansion, either parametric or plain state-dependence. More...
 
class  PointerCoreFun
 Allows for core functions provided by function handles. More...
 
class  PointerInitialValue
 PointerInitialValue: Allows initial values using function pointers for actual evaluation. More...
 
class  PointerInputConv
 POINTERINPUTCONV Allows for input converters provided by function handles. More...
 
class  PointerOutputConv
 POINTEROUTPUTCONV Allows for input converters provided by function handles. More...