#include <Eigen/Core>
#include <gsl/gsl_blas.h>
#include <gsl/gsl_multifit.h>
#include <gsl/gsl_eigen.h>
#include <gsl/gsl_linalg.h>
#include <gsl/gsl_complex.h>
#include <gsl/gsl_complex_math.h>
Go to the source code of this file.
Classes | |
struct | Eigen::GslTraits< Scalar, IsComplex > |
struct | Eigen::GslTraits< Scalar, true > |
Namespaces | |
namespace | Eigen |
Functions | |
template<typename MatrixType > | |
void | Eigen::convert (const MatrixType &m, gsl_matrix *&res) |
template<typename MatrixType > | |
void | Eigen::convert (const gsl_matrix *m, MatrixType &res) |
template<typename VectorType > | |
void | Eigen::convert (const VectorType &m, gsl_vector *&res) |
template<typename VectorType > | |
void | Eigen::convert (const gsl_vector *m, VectorType &res) |
template<typename MatrixType > | |
void | Eigen::convert (const MatrixType &m, gsl_matrix_complex *&res) |
template<typename MatrixType > | |
void | Eigen::convert (const gsl_matrix_complex *m, MatrixType &res) |
template<typename VectorType > | |
void | Eigen::convert (const VectorType &m, gsl_vector_complex *&res) |
template<typename VectorType > | |
void | Eigen::convert (const gsl_vector_complex *m, VectorType &res) |