numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of index_type type. More...
#include <cstddef>
Go to the source code of this file.
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::base |
Namespace of definitions common in this project. | |
Typedefs | |
using | num_collect::base::index_type = std::ptrdiff_t |
Type of indices in this library. | |
Definition of index_type type.
Definition in file index_type.h.