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

Defines class LLData. More...

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...
 

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)
 

Detailed Description

Defines class LLData.

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 LLData.h.