rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
gen_detailed_data.m
1 function detailed_data = gen_detailed_data(this, model_data)
2 % GEN_DETAILED_DATA Wrapper for the generation of the detailed data
3 %
4  detailed_data = ARE.DetailedData.initialize_with_bgen(this, model_data);
5 end
Implementation of the detailed data interface for the ARE.
Definition: DetailedData.m:18
static function this = initialize_with_bgen(model,ModelData model_data)
This function is used in the gen_detailed_data function and creates an instance of the DetailedData c...
Definition: DetailedData.m:221
Implementation of the parametric algebraic Riccati equation.