gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
LinearSystem Class Reference

#include <linear_solver.hh>

Public Member Functions

 LinearSystem (unsigned unknowns)
 
LinearEquationoperator[] (unsigned eq)
 
std::string toStr () const
 
std::vector< double > solve () const
 

Private Attributes

std::vector< LinearEquationmatrix
 

Detailed Description

Definition at line 109 of file linear_solver.hh.

Constructor & Destructor Documentation

◆ LinearSystem()

LinearSystem::LinearSystem ( unsigned  unknowns)
inline

Definition at line 111 of file linear_solver.hh.

References ArmISA::i.

Member Function Documentation

◆ operator[]()

LinearEquation& LinearSystem::operator[] ( unsigned  eq)
inline

Definition at line 116 of file linear_solver.hh.

References LinearEquation::eq.

◆ solve()

std::vector< double > LinearSystem::solve ( ) const

Definition at line 43 of file linear_solver.cc.

References ArmISA::f, ArmISA::i, matrix, and ArmISA::t.

◆ toStr()

std::string LinearSystem::toStr ( ) const
inline

Definition at line 121 of file linear_solver.hh.

References LinearEquation::eq, and MipsISA::r.

Member Data Documentation

◆ matrix

std::vector< LinearEquation > LinearSystem::matrix
private

Definition at line 131 of file linear_solver.hh.

Referenced by solve().


The documentation for this class was generated from the following files:

Generated on Fri Feb 28 2020 16:27:12 for gem5 by doxygen 1.8.13