Ginger 1.1.9
Loading...
Searching...
No Matches
logger.hpp
Go to the documentation of this file.
1
6#pragma once
7
8#include <string>
9
10namespace ginger {
11
20 void log_with_spdlog(const std::string& message);
21
22} // namespace ginger
constexpr auto make_vdc_table() -> std::array< double, N >
Helper to generate a constexpr table of VdCorput<Base> values.
Definition aberth.hpp:21
Options for convergence-based algorithms.
Definition aberth.hpp:13
void log_with_spdlog(const std::string &message)
Log a message using spdlog.