gem5
v20.1.0.0
|
#include <linear_solver.hh>
Public Member Functions | |
LinearSystem (unsigned unknowns) | |
LinearEquation & | operator[] (unsigned eq) |
std::string | toStr () const |
std::vector< double > | solve () const |
Private Attributes | |
std::vector< LinearEquation > | matrix |
Definition at line 107 of file linear_solver.hh.
|
inline |
Definition at line 109 of file linear_solver.hh.
|
inline |
Definition at line 114 of file linear_solver.hh.
References PowerISA::eq, and matrix.
std::vector< double > LinearSystem::solve | ( | ) | const |
Definition at line 41 of file linear_solver.cc.
References ArmISA::f, ArmISA::i, matrix, and ArmISA::t.
Referenced by ThermalModel::doStep().
|
inline |
Definition at line 119 of file linear_solver.hh.
References PowerISA::eq, matrix, and MipsISA::r.
|
private |
Definition at line 129 of file linear_solver.hh.
Referenced by LinearSystem(), operator[](), solve(), and toStr().