#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <OpenTissue/core/math/big/big_prod_row.h>
#include <boost/cast.hpp>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | OpenTissue::math::big::JacobiFunctor |
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::big |
Functions | |
template<typename T > | |
void | OpenTissue::math::big::jacobi (ublas::compressed_matrix< T > const &A, ublas::vector< T > &x, ublas::vector< T > const &b) |
template<typename T > | |
void | OpenTissue::math::big::jacobi (ublas::compressed_matrix< T > const &A, ublas::vector< T > &x, ublas::vector< T > const &b, size_t const &max_iterations, T const &, size_t &iterations) |
template<typename T > | |
void | OpenTissue::math::big::jacobi (ublas::compressed_matrix< T > const &A, ublas::vector< T > &x, ublas::vector< T > const &b, size_t &iterations) |