Classes | Namespaces | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/OpenTissue/OpenTissue/core/math/big/big_gmres.h File Reference

#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_identity_preconditioner.h>
#include <OpenTissue/core/math/big/big_prod.h>
#include <OpenTissue/core/math/big/big_residual.h>
#include <OpenTissue/core/math/big/big_backsolve.h>
#include <OpenTissue/core/math/math_precision.h>
#include <OpenTissue/core/math/math_value_traits.h>
#include <OpenTissue/core/math/math_is_number.h>
#include <boost/cast.hpp>
#include <vector>
#include <stdexcept>

Go to the source code of this file.

Classes

class  OpenTissue::math::big::GMRESFunctor

Namespaces

namespace  OpenTissue
namespace  OpenTissue::math
namespace  OpenTissue::math::big
namespace  OpenTissue::math::big::detail

Functions

template<typename value_type >
void OpenTissue::math::big::detail::get_rotation (value_type const &a, value_type const &b, value_type &c, value_type &s)
template<typename value_type >
void OpenTissue::math::big::detail::set_rotation (value_type &a, value_type &b, value_type const &c, value_type const &s)
template<typename size_type , typename matrix_type , typename vector_type >
void OpenTissue::math::big::detail::hessenberg_matrix_transform (size_type j, matrix_type &H, vector_type &g, vector_type &c, vector_type &s)
template<typename size_type , typename vector_type >
bool OpenTissue::math::big::detail::is_orthonormal (size_type m, std::vector< vector_type > const &v)
template<typename size_type , typename matrix_type >
bool OpenTissue::math::big::detail::is_upper_triangular (size_type m, matrix_type const &H)
template<typename size_type , typename vector_type , typename matrix_type >
void OpenTissue::math::big::detail::update (vector_type &x, size_type m, matrix_type &H, vector_type const &g, std::vector< vector_type > const &v)
template<typename matrix_type , typename vector_type , typename preconditioner_type >
void OpenTissue::math::big::gmres (matrix_type const &A, vector_type &x, vector_type const &b, typename vector_type::size_type const &max_iterations, typename vector_type::size_type const &max_restart_iterations, typename vector_type::value_type const &tolerance, typename vector_type::value_type &relative_residual_error, typename vector_type::size_type &used_inner_iterations, typename vector_type::size_type &used_outer_iterations, typename vector_type::size_type &status, preconditioner_type const &P)
template<typename matrix_type , typename vector_type >
void OpenTissue::math::big::gmres (matrix_type const &A, vector_type &x, vector_type const &b, typename vector_type::size_type const &max_iterations, typename vector_type::size_type const &max_restart_iterations, typename vector_type::value_type const &tolerance, typename vector_type::value_type &relative_residual_error, typename vector_type::size_type &used_inner_iterations, typename vector_type::size_type &used_outer_iterations, typename vector_type::size_type &status)
template<typename matrix_type , typename vector_type >
void OpenTissue::math::big::gmres (matrix_type const &A, vector_type &x, vector_type const &b, typename vector_type::size_type const &max_iterations, typename vector_type::size_type const &max_restart_iterations, typename vector_type::value_type const &tolerance)
template<typename matrix_type , typename vector_type >
void OpenTissue::math::big::gmres (matrix_type const &A, vector_type &x, vector_type const &b)