|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
A single eliminated alias or trivial affine variable relation. More...
#include <StructuralTransforms.hpp>
Public Attributes | |
| int | residual_index = -1 |
| Row that was eliminated. | |
| int | eliminated_variable_index = -1 |
| Variable solved for. | |
| SymbolicScalar | replacement |
| Expression replacing the eliminated variable. | |
A single eliminated alias or trivial affine variable relation.
| int janus::AliasSubstitution::eliminated_variable_index = -1 |
Variable solved for.
| SymbolicScalar janus::AliasSubstitution::replacement |
Expression replacing the eliminated variable.
| int janus::AliasSubstitution::residual_index = -1 |
Row that was eliminated.