Graphite
Loading...
Searching...
No Matches
graphite::Solver< T, S > Class Template Referenceabstract

Linear solver interface. Implement this for your own linear solvers. More...

#include <solver.hpp>

Inheritance diagram for graphite::Solver< T, S >:

Public Member Functions

virtual void set_damping_factor (Graph< T, S > *graph, T damping_factor, StreamPool &streams)=0
 
virtual void update_structure (Graph< T, S > *graph, StreamPool &streams)=0
 
virtual void update_values (Graph< T, S > *graph, StreamPool &streams)=0
 
virtual bool solve (Graph< T, S > *graph, T *delta_x, StreamPool &streams)=0
 

Detailed Description

template<typename T, typename S>
class graphite::Solver< T, S >

Linear solver interface. Implement this for your own linear solvers.


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