NDArray.h File Reference
#include <cstddef>
#include <functional>
#include <map>
#include <memory>
#include <numeric>
#include <vector>
#include "../detail/ComplexVariant.h"
#include "../container/Dict.h"
#include "../../../type/variant/ndarray/All.h"
+ Include dependency graph for NDArray.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NDArray
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::aron
 
 armarx::aron::data
 A convenience header to include all aron files (full include, not forward declared)
 

Typedefs

using NDArrayPtr = std::shared_ptr< NDArray >
 

Functions

template<typename... _Args>
aron::data::NDArrayPtr make_ndarray (_Args &&... args)