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

Definition of operator_conjugate_gradient class. More...

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

Go to the source code of this file.

Classes

class  num_collect::linear::impl::operator_conjugate_gradient< Vector >
 Class to perform conjugate gradient (CG) method [7] for linear operators. 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::impl::operator_conjugate_gradient_tag
 Log tag of operator_conjugate_gradient.
 

Detailed Description

Definition of operator_conjugate_gradient class.

Definition in file operator_conjugate_gradient.h.