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

reduced_data = riccati_gen_reduced(model, detailed_data) More...

Go to the source code of this file.

Functions

function
reduced_data = 
riccati_gen_reduced_data (model, detailed_data)
 reduced_data = riccati_gen_reduced(model, detailed_data) More...
 

Detailed Description

reduced_data = riccati_gen_reduced(model, detailed_data)

Definition in file riccati_gen_reduced_data.m.

Function Documentation

function reduced_data = riccati_gen_reduced_data (   model,
  detailed_data 
)

reduced_data = riccati_gen_reduced(model, detailed_data)

Build the reduced data, i.e. all matrices and components that are required for the calculation of the reduced solution and the residual norm in an online efficient manner.

Andreas Schmidt, 2015

Parameters
modelmodel
detailed_datadetailed data
Return values
reduced_datareduced data
Required fields of detailed_data:
  • RB —  RB
  • RB_V —  RB V
  • gamma —  gamma
Generated fields of reduced_data:
  • RB —  RB
  • VtV —  VtV
  • A_components —  A components
  • B_components —  B components
  • C_comp —  C comp
  • E_comp —  E comp
  • x0_components —  x0 components
  • estim —  estim

Definition at line 17 of file riccati_gen_reduced_data.m.

Here is the caller graph for this function: