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

Defines basic vectors in Z^3, R^3, C^3. More...

Include dependency graph for Vectors3D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using cvector_t = BasicVector3D< complex_t >
 
using ivector_t = BasicVector3D< int >
 
using kvector_t = BasicVector3D< double >
 

Detailed Description

Defines basic vectors in Z^3, R^3, C^3.

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

Typedef Documentation

◆ cvector_t

Definition at line 22 of file Vectors3D.h.

◆ ivector_t

using ivector_t = BasicVector3D<int>

Definition at line 20 of file Vectors3D.h.

◆ kvector_t

using kvector_t = BasicVector3D<double>

Definition at line 21 of file Vectors3D.h.