Skip to content
Snippets Groups Projects
Forked from Dynare / preprocessor
Source project has a limited visibility.
  • Sébastien Villemot's avatar
    63f04636
    New structure M_.block_structure.block().bytecode_jacobs_cols_to_sparse · 63f04636
    Sébastien Villemot authored
    It maps column indices in the Jacobian returned by bytecode MEX in evaluate
    mode (which only contains nonzero columns, but also incorporate recursive
    variables), into column indices in the sparse representation (which has 3×n
    columns for two-boundaries blocks and n columns for one-boundary blocks).
    Columns unused in the sparse representation are indicated by a zero.
    63f04636
    History
    New structure M_.block_structure.block().bytecode_jacobs_cols_to_sparse
    Sébastien Villemot authored
    It maps column indices in the Jacobian returned by bytecode MEX in evaluate
    mode (which only contains nonzero columns, but also incorporate recursive
    variables), into column indices in the sparse representation (which has 3×n
    columns for two-boundaries blocks and n columns for one-boundary blocks).
    Columns unused in the sparse representation are indicated by a zero.