gem5
|
#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 109 of file linear_solver.hh.
|
inline |
Definition at line 111 of file linear_solver.hh.
|
inline |
Definition at line 116 of file linear_solver.hh.
References PowerISA::eq, and matrix.
std::vector< double > LinearSystem::solve | ( | ) | const |
|
inline |
Definition at line 121 of file linear_solver.hh.
References PowerISA::eq, matrix, and MipsISA::r.
|
private |
Definition at line 131 of file linear_solver.hh.
Referenced by LinearSystem(), operator[](), solve(), and toStr().