#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_precision.h>
#include <OpenTissue/core/math/math_is_number.h>
#include <boost/cast.hpp>
#include <cassert>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::big |
Functions | |
template<typename size_type , typename matrix_type , typename vector_type > | |
void | OpenTissue::math::big::backsolve (size_type m, matrix_type const &A, vector_type &x, vector_type const &b) |