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

Definition of vector class. More...

#include <cstddef>
#include <initializer_list>
#include <vector>
#include "num_collect/base/index_type.h"
+ Include dependency graph for vector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  num_collect::util::vector< T >
 Class of vectors wrapping std::vector class to use singed integers as indices. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::util
 Namespace of utilities.
 

Detailed Description

Definition of vector class.

Definition in file vector.h.