Alexandria  2.18
Please provide a description of the project.
Classes | Namespaces | Macros | Functions
NdArray.h File Reference
#include "AlexandriaKernel/memory_tools.h"
#include <cassert>
#include <iostream>
#include <numeric>
#include <stdexcept>
#include <vector>
#include "NdArray/_impl/NdArray.icpp"
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  Euclid::NdArray::NdArray< T >
 
class  Euclid::NdArray::NdArray< T >::Iterator< Const >
 
struct  Euclid::NdArray::NdArray< T >::ContainerInterface
 
struct  Euclid::NdArray::NdArray< T >::ContainerWrapper< Container >
 

Namespaces

 Euclid
 
 Euclid::NdArray
 

Macros

#define NDARRAY_IMPL
 

Functions

template<typename T >
std::ostreamEuclid::NdArray::operator<< (std::ostream &out, const NdArray< T > &ndarray)
 

Detailed Description

Date
November 21, 2018
Author
Alejandro Alvarez Ayllon

Definition in file NdArray.h.

Macro Definition Documentation

◆ NDARRAY_IMPL

#define NDARRAY_IMPL

Definition at line 583 of file NdArray.h.