LvArray
Namespaces | Functions
python.hpp File Reference

Includes all the other python related headers. More...

#include "PyArray.hpp"
#include "PySortedArray.hpp"
#include "PyArrayOfArrays.hpp"
#include "PyArrayOfSets.hpp"
#include "PyCRSMatrix.hpp"
#include "PyFunc.hpp"
#include "../typeManipulation.hpp"
Include dependency graph for python.hpp:

Go to the source code of this file.

Namespaces

 LvArray
 The top level namespace.
 
 LvArray::python
 Contains all the Python code.
 

Functions

bool LvArray::python::addPyLvArrayModule (PyObject *module)
 add the pylvarray module, which defines all of the pylvarray classes, to a module. More...
 
 LvArray::python::IS_VALID_EXPRESSION (CanCreate, T, LvArray::python::create(std::declval< T & >()))
 Expands to a static constexpr template bool. More...
 

Detailed Description

Includes all the other python related headers.