Home
last modified time | relevance | path

Searched refs:block_other_endo_index (Results 1 – 2 of 2) sorted by relevance

/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DDynamicModel.hh228 map< int, map<int, int>> block_exo_index, block_det_exo_index, block_other_endo_index; member in DynamicModel
747 if (auto it = block_other_endo_index.find(block_number); in getBlockInitialOtherEndogenousID()
748 it != block_other_endo_index.end()) in getBlockInitialOtherEndogenousID()
H A DDynamicModel.cc146 block_other_endo_index{m.block_other_endo_index},
232 block_other_endo_index = m.block_other_endo_index; in operator =()
5340 if (auto it = block_other_endo_index.find(block_eq); in collect_block_first_order_derivatives()
5341 it == block_other_endo_index.end()) in collect_block_first_order_derivatives()
5342 block_other_endo_index[block_eq][var] = 0; in collect_block_first_order_derivatives()
5347 int size = block_other_endo_index[block_eq].size(); in collect_block_first_order_derivatives()
5348 block_other_endo_index[block_eq][var] = size; in collect_block_first_order_derivatives()