BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Functions for numpy array import to OutputData. More...
Functions | |
OutputData< double > * | importArrayToOutputData (const std::vector< double > &vec) |
for importing 1D array of doubles from python into OutputData | |
OutputData< double > * | importArrayToOutputData (const std::vector< std::vector< double >> &vec) |
for importing 2D array of doubles from python into OutputData | |
Functions for numpy array import to OutputData.
Required solely as a shortcut to produce OutputData from numpy arrays of doubles.