File defining o2scl::mroot_hybrids and specializations. More...
#include <string>
#include <gsl/gsl_multiroots.h>
#include <gsl/gsl_linalg.h>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/vector_proxy.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <o2scl/vector.h>
#include <o2scl/mroot.h>
#include <o2scl/jacobian.h>
#include <o2scl/qr.h>
#include <o2scl/columnify.h>
#include <armadillo>
#include <eigen3/Eigen/Dense>
Go to the source code of this file.
Classes | |
class | o2scl::mroot_hybrids_base |
Base functions for mroot_hybrids. More... | |
class | o2scl::mroot_hybrids< func_t, vec_t, mat_t, jfunc_t > |
Multidimensional root-finding algorithm using Powell's Hybrid method (GSL) More... | |
class | o2scl::mroot_hybrids_arma_qr_econ< func_t, vec_t, mat_t, jfunc_t > |
A version of mroot_hybrids which uses Armadillo for the QR decomposition. More... | |
class | o2scl::mroot_hybrids_eigen< func_t, vec_t, mat_t, jfunc_t > |
A version of mroot_hybrids which uses Eigen for the QR decomposition. More... | |
Namespaces | |
o2scl | |
The main O2scl namespace. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).