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
Polynomial.m File Reference

Go to the source code of this file.

Classes

class  general.functions.Polynomial
 

Namespaces

 general
 
 general.functions
 

Functions

Speed test * all (1:3)
 
all (1)
 
fl (l)
 
all (2)
 
polyval (pol, slen)
 
all (3)
 

Variables

*for k
 
t = tic
 
sproc = spline(len,proc,slen)
 
l = rand*3
 

Function Documentation

Speed test* all ( 1:3  )
pure virtual
* all ( )
* all ( )
* all ( )
* fl ( l  )
* polyval ( pol  ,
slen   
)

Referenced by general.functions.Polynomial.getFunction().

Here is the caller graph for this function:

Variable Documentation

* for k
Initial value:
=1:1000
* slen = min(len)*.99 + rand*(max(len)*1.01-min(len)*.99)

Definition at line 64 of file Polynomial.m.

* l = rand*3

Definition at line 70 of file Polynomial.m.

* sproc = spline(len,proc,slen)

Definition at line 67 of file Polynomial.m.

* t = tic

Definition at line 66 of file Polynomial.m.

Referenced by general.functions.Polynomial.getFunction().