Stores one term of an equation.
More...
Stores one term of an equation.
A full linked list of solver_elem
represents all the terms of a given variable in a particular equation.
- See Also
- Term representation in the equations
Pointer to the next term in the equation.
char solver::solver_elem::type |
|
private |
Indicates which of the matrices D, L, R, I are not unity
- 'd': D
- 'l': D,L
- 'r': D,R
- 'f': D,L,R
- 'm': D,L,I
- 's': D,R,I
- 'g': D,L,R,I
The documentation for this class was generated from the following file: