numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of ternary_vector class. More...
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <limits>
#include <utility>
#include <Eigen/Core>
#include "num_collect/base/index_type.h"
#include "num_collect/util/assert.h"
Go to the source code of this file.
Classes | |
class | std::hash< num_collect::opt::impl::ternary_vector > |
Implementation of std::hash for num_collect::opt::impl::ternary_vector. More... | |
class | num_collect::opt::impl::ternary_vector |
Class of vectors of ternary floating-point numbers. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::opt |
Namespace of optimization algorithms. | |
namespace | num_collect::opt::impl |
Namespace of internal implementations. | |
namespace | std |
STL namespace. | |
Definition of ternary_vector class.
Definition in file ternary_vector.h.