numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
parallel_symmetric_successive_over_relaxation.h File Reference

Definition of parallel_symmetric_successive_over_relaxation class. More...

+ Include dependency graph for parallel_symmetric_successive_over_relaxation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  num_collect::linear::impl::iterative_solver_traits< parallel_symmetric_successive_over_relaxation< Matrix > >
 Traits of parallel_symmetric_successive_over_relaxation class. More...
 
class  num_collect::linear::parallel_symmetric_successive_over_relaxation< Matrix >
 Class to solve linear equations using symmetric successive over-relaxation using threads [7]. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::linear
 Namespace of solvers of linear equations.
 
namespace  num_collect::linear::impl
 Namespace of internal implementations.
 

Variables

constexpr auto num_collect::linear::parallel_symmetric_successive_over_relaxation_tag
 Log tag of parallel_symmetric_successive_over_relaxation.
 

Detailed Description

Definition of parallel_symmetric_successive_over_relaxation class.

Definition in file parallel_symmetric_successive_over_relaxation.h.