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.ConstInitialValue Class Reference

ConstInitialValue: A constant initial value. More...

Detailed Description

ConstInitialValue: A constant initial value.

Author
Daniel Wirtz
Date
2011-07-04
New in 0.5:
(Daniel Wirtz, 2011-07-04) Added this class. Provides constant initial values for dynamical systems.

This class is part of the framework

KerMor - Model Order Reduction using Kernels

Definition at line 18 of file ConstInitialValue.m.

Public Member Functions

 ConstInitialValue (x0)
 
function x0evaluate (colvec< double > mu)
 
function
projected = 
project (V, W)
 Dont store V,W due to hard drive space saving (not really needed here) projected = proje.nosp@m.ct@g.nosp@m.enera.nosp@m.l.AP.nosp@m.rojec.nosp@m.tabl.nosp@m.e(this, V, W, this.clone);. More...
 
function copy = clone ()
 
- Public Member Functions inherited from dscomponents.AInitialValue
virtual function x0 = evaluate (mu)
 Evaluates the initial value for a given mu. More...
 
- Public Member Functions inherited from general.AProjectable
function handle target = project (matrix< double > V,matrix< double > W,handle target)
 Returns a NEW INSTANCE of the projected object that does not rely on data of the old one via references (everything must be copied to ensure separability of reduced(=projected) versions and full versions, unless. More...
 
function copy = clone (copy)
 The interface method with returns a copy of the current class instance. More...
 

Public Attributes

 x0
 
- Public Attributes inherited from general.AProjectable
 V
 The \(V\) matrix of the biorthogonal pair \(V,W\). More...
 
 W
 The \(W\) matrix of the biorthogonal pair \(V,W\). More...
 
- Public Attributes inherited from handle
 addlistener
 Creates a listener for the specified event and assigns a callback function to execute when the event occurs. More...
 
 notify
 Broadcast a notice that a specific event is occurring on a specified handle object or array of handle objects. More...
 
 delete
 Handle object destructor method that is called when the object's lifecycle ends. More...
 
 disp
 Handle object disp method which is called by the display method. See the MATLAB disp function. More...
 
 display
 Handle object display method called when MATLAB software interprets an expression returning a handle object that is not terminated by a semicolon. See the MATLAB display function. More...
 
 findobj
 Finds objects matching the specified conditions from the input array of handle objects. More...
 
 findprop
 Returns a meta.property objects associated with the specified property name. More...
 
 fields
 Returns a cell array of string containing the names of public properties. More...
 
 fieldnames
 Returns a cell array of string containing the names of public properties. See the MATLAB fieldnames function. More...
 
 isvalid
 Returns a logical array in which elements are true if the corresponding elements in the input array are valid handles. This method is Sealed so you cannot override it in a handle subclass. More...
 
 eq
 Relational functions example. See details for more information. More...
 
 transpose
 Transposes the elements of the handle object array. More...
 
 permute
 Rearranges the dimensions of the handle object array. See the MATLAB permute function. More...
 
 reshape
 hanges the dimensions of the handle object array to the specified dimensions. See the MATLAB reshape function. More...
 
 sort
 ort the handle objects in any array in ascending or descending order. More...
 

Additional Inherited Members

- Static Protected Member Functions inherited from general.AProjectable
static function obj = loadobj (obj, from)
 

Constructor & Destructor Documentation

dscomponents.ConstInitialValue.ConstInitialValue (   x0)

Definition at line 47 of file ConstInitialValue.m.

References x0.

Member Function Documentation

function copy = dscomponents.ConstInitialValue.clone ( )

Definition at line 76 of file ConstInitialValue.m.

References x0.

Referenced by project().

Here is the caller graph for this function:

function x0 = dscomponents.ConstInitialValue.evaluate ( colvec< double mu)

Definition at line 52 of file ConstInitialValue.m.

References x0.

function projected = dscomponents.ConstInitialValue.project (   V,
  W 
)

Dont store V,W due to hard drive space saving (not really needed here) projected = proje.nosp@m.ct@g.nosp@m.enera.nosp@m.l.AP.nosp@m.rojec.nosp@m.tabl.nosp@m.e(this, V, W, this.clone);.

Generated fields of projected:

Definition at line 61 of file ConstInitialValue.m.

References clone(), t, and x0.

Here is the call graph for this function:

Member Data Documentation

dscomponents.ConstInitialValue.x0

Definition at line 41 of file ConstInitialValue.m.

Referenced by clone(), ConstInitialValue(), evaluate(), and project().


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