Namespaces | Functions

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

#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <boost/numeric/ublas/triangular.hpp>
#include <boost/numeric/ublas/lu.hpp>
#include <stdexcept>

Go to the source code of this file.

Namespaces

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

Functions

template<class matrix_type , class vector_type >
bool OpenTissue::math::big::lu (matrix_type const &A, vector_type &x, vector_type const &b)
template<class matrix_type >
bool OpenTissue::math::big::lu_invert (matrix_type const &A, matrix_type &invA)