.prep_equations {sfcr} | R Documentation |
Re-wrote the equations with the correct matrix syntax that will be used to evaluate the expressions inside the Gauss Seidel algorithm
Description
Re-wrote the equations with the correct matrix syntax that will be used to evaluate the expressions inside the Gauss Seidel algorithm
Usage
.prep_equations(ordered_eqs, external)
Arguments
ordered_eqs |
ordered equations after passing through |
external |
Tibble of exogenous values and parameters, already separated with
|
Author(s)
João Macalós
[Package sfcr version 0.2.1 Index]