numpycpp
 All Classes Namespaces Files Functions Typedefs Pages
Classes | Functions
boost::python::numpy::mw_py_impl Namespace Reference

Some implementation details are in here. More...

Classes

struct  from_numpy_scalar
 
struct  to_arrayt
 
struct  to_toarraytbase
 
struct  from_arraytbase
 
struct  from_arrayt
 
class  incomplete
 

Functions

template<class T >
void RegisterAllConvertersForType ()
 
template<class T , class Idx1 , class Idx2 , class Idx3 >
void gridded_data_ccons (T *dst, const T *src, const Idx1 *dims, const Idx2 *dst_strides, const Idx3 *src_strides, boost::mpl::int_< 0 >)
 
template<class T , class Idx1 , class Idx2 , class Idx3 , int dim>
void gridded_data_ccons (T *dst, const T *src, const Idx1 *dims, const Idx2 *dst_strides, const Idx3 *src_strides, boost::mpl::int_< dim >)
 

Detailed Description

Some implementation details are in here.