|
LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Forward declarations and default template parameters for ndarray. More...
#include <boost/type_traits/is_const.hpp>#include <boost/type_traits/add_const.hpp>#include <boost/type_traits/remove_const.hpp>#include <cassert>Go to the source code of this file.
Namespaces | |
| ndarray | |
| ndarray::detail | |
Macros | |
| #define | NDARRAY_ASSERT(ARG) assert(ARG) |
Enumerations | |
| enum | ndarray::DataOrderEnum { ndarray::ROW_MAJOR =1, ndarray::COLUMN_MAJOR =2 } |
| An enumeration for stride computation. More... | |
Forward declarations and default template parameters for ndarray.
Definition in file ndarray_fwd.h.
| #define NDARRAY_ASSERT | ( | ARG | ) | assert(ARG) |
Definition at line 51 of file ndarray_fwd.h.
1.8.5