LSSTApplications
10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
|
Specialized casts for Array. More...
#include "ndarray/Array.h"
#include "ndarray/ArrayRef.h"
#include <boost/type_traits/add_const.hpp>
#include <boost/type_traits/remove_const.hpp>
#include <boost/mpl/comparison.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/static_assert.hpp>
Go to the source code of this file.
Classes | |
struct | ndarray::detail::ComplexExtractor< Array_ > |
Namespaces | |
ndarray | |
ndarray::detail | |
Functions | |
template<typename T_ , typename T , int N, int C> | |
Array< T_, N, C > | ndarray::const_array_cast (Array< T, N, C > const &array) |
template<int C_, typename T , int N, int C> | |
Array< T, N, C_ > | ndarray::static_dimension_cast (Array< T, N, C > const &array) |
template<int C_, typename T , int N, int C> | |
Array< T, N, C_ > | ndarray::dynamic_dimension_cast (Array< T, N, C > const &array) |
template<typename Array_ > | |
detail::ComplexExtractor < Array_ >::Result | ndarray::getReal (Array_ const &array) |
Return an ArrayRef view into the real part of a complex array. More... | |
template<typename Array_ > | |
detail::ComplexExtractor < Array_ >::Result | ndarray::getImag (Array_ const &array) |
Return an ArrayRef view into the imaginary part of a complex array. More... | |
template<int Nf, typename T , int N, int C> | |
boost::enable_if_c< ((C+Nf-N)> =1), ArrayRef< T, Nf,(C+Nf-N)> >::type | ndarray::flatten (Array< T, N, C > const &input) |
Create a view into an array with trailing contiguous dimensions merged. More... | |
template<int Nf, typename T , int N, int C> | |
boost::enable_if_c< ((C+Nf-N)> =1), ArrayRef< T, Nf,(C+Nf-N)> >::type | ndarray::flatten (ArrayRef< T, N, C > const &input) |
Create a view into an array with trailing contiguous dimensions merged. More... | |
Specialized casts for Array.
Definition in file casts.h.