BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
PyArrayImportUtils.h File Reference

Declares functions in namespace PyArrayImport. More...

Go to the source code of this file.

Namespaces

 PyArrayImport
 Functions for numpy array import to OutputData.
 

Functions

OutputData< double > * PyArrayImport::importArrayToOutputData (const std::vector< double > &vec)
 for importing 1D array of doubles from python into OutputData
 
OutputData< double > * PyArrayImport::importArrayToOutputData (const std::vector< std::vector< double >> &vec)
 for importing 2D array of doubles from python into OutputData
 

Detailed Description

Declares functions in namespace PyArrayImport.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file PyArrayImportUtils.h.