.make_matrix {sfcr} | R Documentation |
Make the underlying matrix that will be modified in place by the solvers
.make_matrix(equations, external, periods, initial = NULL)
equations |
Prepared equations. |
external |
Exogenous and parameters as tibble. |
periods |
Total number of rows. |
initial |
Initial values, if supplied. |
João Macalós