numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of bicgstab class. More...
#include <cmath>
#include <limits>
#include "num_collect/base/concepts/invocable.h"
#include "num_collect/base/concepts/real_scalar_dense_vector.h"
#include "num_collect/base/index_type.h"
#include "num_collect/logging/log_tag_view.h"
#include "num_collect/logging/logging_macros.h"
#include "num_collect/logging/logging_mixin.h"
#include "num_collect/ode/error_tolerances.h"
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. | |
Definition of bicgstab class.
Definition in file bicgstab.h.