#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <OpenTissue/core/math/math_value_traits.h>
#include <boost/cast.hpp>
#include <stdexcept>
#include <cmath>
Go to the source code of this file.
Classes | |
class | OpenTissue::math::big::ConjugateGradientFunctor |
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::big |
Functions | |
template<typename matrix_type , typename vector_type > | |
void | OpenTissue::math::big::conjugate_gradient (matrix_type const &A, vector_type &x, vector_type const &b, size_t const &max_iterations, typename vector_type::value_type const &epsilon, size_t &iterations) |
template<typename matrix_type , typename vector_type > | |
void | OpenTissue::math::big::conjugate_gradient (matrix_type const &A, vector_type &x, vector_type const &b, size_t &iterations) |
template<typename matrix_type , typename vector_type > | |
void | OpenTissue::math::big::conjugate_gradient (matrix_type const &A, vector_type &x, vector_type const &b) |