Mantid
|
#include "MantidCurveFitting/DllConfig.h"
#include <Eigen/Core>
#include <complex>
#include <ostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::CurveFitting::ComplexVector |
A complex-valued vector for linear algebra computations. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::CurveFitting |
Typedefs | |
typedef Eigen::Map< Eigen::VectorXcd, 0, dynamic_stride > | Mantid::CurveFitting::complex_vec_map_type |
using | Mantid::CurveFitting::ComplexType = std::complex< double > |
typedef Eigen::Stride< Eigen::Dynamic, Eigen::Dynamic > | Mantid::CurveFitting::dynamic_stride |
Functions | |
MANTID_CURVEFITTING_DLL std::ostream & | Mantid::CurveFitting::operator<< (std::ostream &ostr, const ComplexVector &v) |
The << operator. More... | |