![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Symbolic analysis of a fluid vector field. More...
#include <line/api/sym/sym_engine.h>
Public Attributes | |
| std::vector< std::vector< std::string > > | jacobian |
| d f_i / d x_j | |
| std::vector< std::string > | latex |
| LaTeX form of each right hand side. | |
| std::vector< std::map< std::string, std::string > > | equilibria |
| variable -> expression | |
| bool | hasJacobian = false |
| bool | hasLatex = false |
| bool | hasEquilibria = false |
Symbolic analysis of a fluid vector field.
Definition at line 72 of file sym_engine.h.
| std::vector<std::map<std::string, std::string> > line::sym::FluidODEs::equilibria |
variable -> expression
Definition at line 75 of file sym_engine.h.
Referenced by line::fluid::fluid_jacobian(), and line::sym::SageRestEngine::fluidODEs().
| bool line::sym::FluidODEs::hasEquilibria = false |
Definition at line 78 of file sym_engine.h.
Referenced by line::fluid::fluid_jacobian(), and line::sym::SageRestEngine::fluidODEs().
| bool line::sym::FluidODEs::hasJacobian = false |
Definition at line 76 of file sym_engine.h.
Referenced by line::fluid::fluid_jacobian(), and line::sym::SageRestEngine::fluidODEs().
| bool line::sym::FluidODEs::hasLatex = false |
Definition at line 77 of file sym_engine.h.
Referenced by line::sym::SageRestEngine::fluidODEs().
| std::vector<std::vector<std::string> > line::sym::FluidODEs::jacobian |
d f_i / d x_j
Definition at line 73 of file sym_engine.h.
Referenced by line::fluid::fluid_jacobian(), and line::sym::SageRestEngine::fluidODEs().
| std::vector<std::string> line::sym::FluidODEs::latex |
LaTeX form of each right hand side.
Definition at line 74 of file sym_engine.h.
Referenced by line::sym::SageRestEngine::fluidODEs().