|
Alexandria
2.27.0
SDC-CH common library for the Euclid project
|


Go to the source code of this file.
Namespaces | |
| Euclid | |
| Euclid::NdArray | |
Macros | |
| #define | NDARRAY_OPS_IMPL |
Functions | |
| std::vector< std::size_t > | Euclid::NdArray::unravel_index (std::size_t index, const std::vector< std::size_t > &shape) |
| template<typename T > | |
| T | Euclid::NdArray::sum (const NdArray< T > &array) |
| template<typename T > | |
| NdArray< T > | Euclid::NdArray::sum (const NdArray< T > &array, int axis) |
| template<typename T , typename Iterator > | |
| NdArray< T > | Euclid::NdArray::trapz (const NdArray< T > &array, const Iterator kbegin, const Iterator kend, int axis) |
| template<typename T > | |
| std::vector< std::size_t > | Euclid::NdArray::argmax (const NdArray< T > &array) |
| template<typename T > | |
| std::vector< std::size_t > | Euclid::NdArray::argmin (const NdArray< T > &array) |
| template<typename T > | |
| void | Euclid::NdArray::sort (NdArray< T > &array, const std::vector< std::string > &attrs) |
| #define NDARRAY_OPS_IMPL |
Definition at line 114 of file Operations.h.
1.8.5