Mantid
|
#include "MantidCurveFitting/DllConfig.h"
#include "MantidCurveFitting/EigenComplexVector.h"
#include "MantidCurveFitting/EigenMatrix.h"
#include "MantidCurveFitting/EigenVector.h"
#include <Eigen/Dense>
#include <complex>
#include <iomanip>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::CurveFitting::ComplexMatrix |
A complex-valued matrix 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< const Eigen::MatrixXcd, 0, Mantid::CurveFitting::dynamic_stride > | complex_matrix_map_type |
typedef Eigen::Map< const Eigen::VectorXcd, 0, Mantid::CurveFitting::dynamic_stride > | complex_vector_map_type |
Functions | |
std::ostream & | Mantid::CurveFitting::operator<< (std::ostream &ostr, const ComplexMatrix &m) |
The << operator. Prints a matrix in rows. More... | |
typedef Eigen::Map<const Eigen::MatrixXcd, 0, Mantid::CurveFitting::dynamic_stride> complex_matrix_map_type |
Definition at line 21 of file EigenComplexMatrix.h.
typedef Eigen::Map<const Eigen::VectorXcd, 0, Mantid::CurveFitting::dynamic_stride> complex_vector_map_type |
Definition at line 22 of file EigenComplexMatrix.h.