rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
riccati_reduced_cost_functional.m File Reference

[Jred, lrQ] = riccati_reduced_cost_functional(model, reduced_data, varargin) More...

Go to the source code of this file.

Functions

function [ Jred
, lrQ ] = 
riccati_reduced_cost_functional (model, reduced_data, varargin)
 [Jred, lrQ] = riccati_reduced_cost_functional(model, reduced_data, varargin) More...
 

Detailed Description

[Jred, lrQ] = riccati_reduced_cost_functional(model, reduced_data, varargin)

Definition in file riccati_reduced_cost_functional.m.

Function Documentation

function [ Jred , lrQ ] = riccati_reduced_cost_functional (   model,
  reduced_data,
  varargin 
)

[Jred, lrQ] = riccati_reduced_cost_functional(model, reduced_data, varargin)

Calculate the cost functional by solving the corresponding reduced Lyapunov equation This function returns Jred ..................... the value of the reduced cost functional lrQ ...................... the low rank factor of the solution to the corresponding Lyapunov equation

Andreas Schmidt, 2015

Parameters
modelmodel
reduced_datareduced data
vararginvarargin
Return values
JredJred
lrQlrQ

Definition at line 17 of file riccati_reduced_cost_functional.m.

Here is the call graph for this function: