BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Go to the source code of this file.
Classes | |
class | LLData< T > |
Functions | |
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) |
template<class T > | |
bool | HaveSameDimensions (const LLData< T > &left, const LLData< T > &right) |
Defines class LLData.
Definition in file LLData.h.
Definition at line 296 of file LLData.h.
References LLData< T >::getDimensions(), and LLData< T >::getRank().
Referenced by LLData< T >::operator*=(), LLData< T >::operator+=(), LLData< T >::operator-=(), and LLData< T >::operator/=().