Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Lyapunov::SlidingMatrix Struct Reference

holds a matrix that is the result of a sliding window multiplication More...

#include <lyapunov.h>

Collaboration diagram for Lyapunov::SlidingMatrix:

Public Member Functions

 SlidingMatrix (int dim, int horizon)
 
void step (int t, const matrix::Matrix *buffer, const matrix::Matrix *invbuffer, int buffersize)
 

Public Attributes

int horizon
 nominal size of sliding window (if <=0 then infinite and absolute value stands for the size so far) More...
 
matrix::Matrix M
 accumulated Matrix More...
 
matrix::Matrix Exp
 Lyapunov exponents. More...
 

Detailed Description

holds a matrix that is the result of a sliding window multiplication

Constructor & Destructor Documentation

SlidingMatrix ( int  dim,
int  horizon 
)
Parameters
dimdimension of the system (matrix is (dim x dim))
horizonfor sliding window

Member Function Documentation

void step ( int  t,
const matrix::Matrix buffer,
const matrix::Matrix invbuffer,
int  buffersize 
)

Member Data Documentation

Lyapunov exponents.

int horizon

nominal size of sliding window (if <=0 then infinite and absolute value stands for the size so far)

accumulated Matrix


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