#include "stdint.h"
#include <Eigen/Dense>
#include <memory>
#include <iostream>
#include <fstream>
#include <numeric>
#include <map>
#include <set>
#include <vector>
#include <string>
#include <fmt/ostream.h>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include "nlohmann/json.hpp"
#include "types.h"
Go to the source code of this file.
|
namespace | Brush |
| < nsga2 selection operator for getting the front
|
|
◆ FMT_HEADER_ONLY
◆ omp_get_max_threads
#define omp_get_max_threads |
( |
| ) |
|
Value:
Definition at line 14 of file init.h.
◆ omp_get_num_threads
#define omp_get_num_threads |
( |
| ) |
|
Value:
Definition at line 13 of file init.h.
◆ omp_get_thread_num
#define omp_get_thread_num |
( |
| ) |
|
Value:
Definition at line 12 of file init.h.
◆ omp_set_num_threads
#define omp_set_num_threads |
( |
| x | ) |
|
Value:
Definition at line 15 of file init.h.
◆ LongData
◆ MAX_FLT
float MAX_FLT = std::numeric_limits<float>::max() |
|
static |
◆ MIN_FLT
float MIN_FLT = std::numeric_limits<float>::lowest() |
|
static |
◆ NEAR_ZERO
float NEAR_ZERO = 0.0000001 |
|
static |