#include <algorithm>
#include <array>
Go to the source code of this file.
Classes | |
struct | Name< N > |
Compile-time string for CUTEst function names. More... | |
struct | Function< Nm, Sgn > |
Reference to CUTEst function. More... | |
Namespaces | |
namespace | alpaqa |
namespace | alpaqa::cutest |
Typedefs | |
using | integer = int |
using | doublereal = double |
using | logical = int |
Variables | |
constexpr logical | True = 1 |
constexpr logical | False = 0 |
constexpr doublereal | inf = 1e20 |
constexpr size_t | fstring_len = 10 |