ndarray
NumPy-friendly multidimensional arrays in C++
|
Definitions for Core. More...
#include <boost/intrusive_ptr.hpp>
#include <boost/mpl/int.hpp>
#include "ndarray/Vector.h"
#include "ndarray/Manager.h"
Go to the source code of this file.
Classes | |
class | ndarray::detail::Core< N > |
class | ndarray::detail::Core< 0 > |
Functions | |
template<int P, int N> | |
Core< N-P > const & | ndarray::detail::getDimension (Core< N > const &core) |
template<int P, int N> | |
Core< N-P >::Ptr | ndarray::detail::getDimension (typename Core< N >::Ptr const &core) |
Definitions for Core.