BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Go to the source code of this file.
Classes | |
class | LLData< T > |
Template class to store data of any type in multi-dimensional space (low-level). More... | |
Macros | |
#define | BORNAGAIN_DEVICE_DATA_LLDATA_H |
Functions | |
template<class T > | |
bool | HaveSameDimensions (const LLData< T > &left, const LLData< T > &right) |
template<class T > | |
LLData< T > | operator* (const LLData< T > &left, const LLData< T > &right) |
template<class T > | |
LLData< T > | operator+ (const LLData< T > &left, const LLData< T > &right) |
template<class T > | |
LLData< T > | operator- (const LLData< T > &left, const LLData< T > &right) |
template<class T > | |
LLData< T > | operator/ (const LLData< T > &left, const LLData< T > &right) |
Defines class LLData.
Definition in file LLData.h.
Definition at line 299 of file LLData.h.
References LLData< T >::dimensions(), and LLData< T >::rank().
Referenced by LLData< T >::operator*=(), LLData< T >::operator+=(), LLData< T >::operator-=(), and LLData< T >::operator/=().