Mantid
|
#include "MantidGeometry/Crystal/SymmetryElementFactory.h"
#include <boost/math/special_functions/round.hpp>
#include <gsl/gsl_complex_math.h>
#include <gsl/gsl_eigen.h>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
Functions | |
MANTID_GEOMETRY_DLL gsl_matrix * | Mantid::Geometry::getGSLIdentityMatrix (size_t rows, size_t cols) |
Returns a GSL-indentity matrix. More... | |
MANTID_GEOMETRY_DLL gsl_matrix * | Mantid::Geometry::getGSLMatrix (const Kernel::IntMatrix &matrix) |
Returns a GSL-matrix for the given IntMatrix. More... | |