numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Documentation of namespaces. More...
Go to the source code of this file.
Namespaces | |
namespace | Eigen |
Namespace of Eigen library. | |
namespace | fmt |
Namespace of fmt library. | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::auto_diff |
Namespace of automatic differentiation. | |
namespace | num_collect::auto_diff::backward |
Namespace of backward-mode automatic differentiation. | |
namespace | num_collect::auto_diff::backward::graph |
Namespace of graphs in backward-mode automatic differentiation. | |
namespace | num_collect::auto_diff::backward::graph::impl |
Namespace of internal implementations. | |
namespace | num_collect::auto_diff::backward::impl |
Namespace of internal implementations. | |
namespace | num_collect::auto_diff::forward |
Namespace of forward-mode automatic differentiation. | |
namespace | num_collect::auto_diff::forward::impl |
Namespace of internal implementations. | |
namespace | num_collect::base |
Namespace of definitions common in this project. | |
namespace | num_collect::base::concepts |
Namespace of C++ concepts. | |
namespace | num_collect::base::concepts::impl |
Namespace of internal implementations. | |
namespace | num_collect::base::impl |
Namespace of internal implementations. | |
namespace | num_collect::constants |
Namespace of constexpr variables and functions. | |
namespace | num_collect::constants::impl |
Namespace of internal implementations. | |
namespace | num_collect::functions |
Namespace of special functions. | |
namespace | num_collect::functions::impl |
Namespace of internal implementations. | |
namespace | num_collect::integration |
Namespace of numerical integration. | |
namespace | num_collect::integration::impl |
Namespace of internal implementations. | |
namespace | num_collect::linear |
Namespace of solvers of linear equations. | |
namespace | num_collect::linear::impl |
Namespace of internal implementations. | |
namespace | num_collect::linear::impl::amg |
Namespace of internal implementations of algebraic multigrid method [24]. | |
namespace | num_collect::logging |
Namespace of logging. | |
namespace | num_collect::logging::concepts |
Namespace of C++ concepts. | |
namespace | num_collect::logging::config |
Namespace of logging configuration. | |
namespace | num_collect::logging::config::toml |
Namespace of logging configuration in TOML files. | |
namespace | num_collect::logging::config::toml::impl |
Namespace of internal implementations. | |
namespace | num_collect::logging::formatters |
Namespace of formatters of logs. | |
namespace | num_collect::logging::formatters::impl |
Namespace of internal implementations. | |
namespace | num_collect::logging::impl |
Namespace of internal implementations. | |
namespace | num_collect::logging::iterations |
Namespace of iteration logs. | |
namespace | num_collect::logging::iterations::impl |
Namespace of internal implementations. | |
namespace | num_collect::logging::sinks |
Namespace of log sinks. | |
namespace | num_collect::logging::sinks::impl |
Namespace of internal implementations. | |
namespace | num_collect::multi_double |
Namespace of multiple precision numbers with double numbers. | |
namespace | num_collect::multi_double::impl |
Namespace of internal implementations. | |
namespace | num_collect::numbers |
Namespace of classes of numbers. | |
namespace | num_collect::numbers::impl |
Namespace of internal implementations. | |
namespace | num_collect::ode |
Namespace of solvers of ordinary differential equations (ODE). | |
namespace | num_collect::ode::avf |
Namespace of average vector field (AVF) method. | |
namespace | num_collect::ode::avf::impl |
Namespace of internal implementations. | |
namespace | num_collect::ode::concepts |
Namespace of C++ concepts. | |
namespace | num_collect::ode::impl |
Namespace of internal implementations. | |
namespace | num_collect::ode::rosenbrock |
Namespace of Rosenbrock method. | |
namespace | num_collect::ode::runge_kutta |
Namespace of Runge-Kutta method. | |
namespace | num_collect::ode::symplectic |
Namespace of symplectic integration. | |
namespace | num_collect::opt |
Namespace of optimization algorithms. | |
namespace | num_collect::opt::concepts |
Namespace of C++ concepts. | |
namespace | num_collect::opt::impl |
Namespace of internal implementations. | |
namespace | num_collect::rbf |
Namespace of RBF interpolation. | |
namespace | num_collect::rbf::concepts |
Namespace of C++ concepts. | |
namespace | num_collect::rbf::distance_functions |
Namespace of distance functions for RBF interpolation. | |
namespace | num_collect::rbf::impl |
Namespace of internal implementations. | |
namespace | num_collect::rbf::length_parameter_calculators |
Namespace of calculators of length parameters. | |
namespace | num_collect::rbf::rbfs |
Namespace of RBFs. | |
namespace | num_collect::regularization |
Namespace of regularization algorithms. | |
namespace | num_collect::regularization::concepts |
Namespace of C++ concepts. | |
namespace | num_collect::regularization::impl |
Namespace of internal implementations. | |
namespace | num_collect::roots |
Namespace of root-finding algorithms. | |
namespace | num_collect::roots::concepts |
Namespace of C++ concepts. | |
namespace | num_collect::roots::impl |
Namespace of internal implementations. | |
namespace | num_collect::util |
Namespace of utilities. | |
namespace | num_collect::util::concepts |
Namespace of C++ concepts. | |
namespace | num_collect::util::impl |
Namespace of internal implementations. | |
Documentation of namespaces.
Definition in file namespaces.h.