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

Definition of bicgstab class. More...

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

Go to the source code of this file.

Classes

class  num_collect::ode::impl::bicgstab< Vector >
 Class to solve linear equations using BiCGstab [7]. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::ode
 Namespace of solvers of ordinary differential equations (ODE).
 
namespace  num_collect::ode::impl
 Namespace of internal implementations.
 

Variables

constexpr auto num_collect::ode::impl::bicgstab_tag
 Log tag.
 

Detailed Description

Definition of bicgstab class.

Definition in file bicgstab.h.