Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
mathSupport.h File Reference
#include "MantidGeometry/DllConfig.h"
#include "MantidKernel/Logger.h"
#include <complex>
#include <functional>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::mathSupport
 

Functions

template<typename InputIter >
MANTID_GEOMETRY_DLL int Mantid::solveCubic (InputIter, std::complex< double > &, std::complex< double > &, std::complex< double > &)
 Solve a Cubic equation. More...
 
template<typename InputIter >
MANTID_GEOMETRY_DLL int Mantid::solveQuadratic (InputIter, std::pair< std::complex< double >, std::complex< double > > &)
 Solve a Quadratic equation. More...