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

model_data) More...

Go to the source code of this file.

Functions

function [ E
, A
, B
, C
, x0 ] = 
riccati_assemble_system_matrices (model, model_data)
 model_data) More...
 

Detailed Description

model_data)

Definition in file riccati_assemble_system_matrices.m.

Function Documentation

function [ E , A , B , C , x0 ] = riccati_assemble_system_matrices (   model,
  model_data 
)

model_data)

This function assembles the matrices E,A,B,C either for a high dimensional system or a low dimensional system. This function calls the methods A(), B(), ... on the model, which should return the components or the coefficients depending on the model.decomp_mode value.

Andreas Schmidt, 2015

Parameters
modelmodel
model_datamodel data
Return values
EE
AA
BB
CC
x0x0
Required fields of model:
  • scale —  scale
  • A —  A
  • B —  B
  • C —  C
  • E —  E
  • x0 —  x0
Required fields of model_data:
  • A_components —  A components
  • B_components —  B components
  • C_components —  C components
  • E_components —  E components
  • x0_components —  x0 components

Definition at line 17 of file riccati_assemble_system_matrices.m.

Here is the caller graph for this function: