numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
index_type.h File Reference

Definition of index_type type. More...

#include <cstddef>
+ Include dependency graph for index_type.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition of index_type type.

Definition in file index_type.h.