#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_value_traits.h>
#include <boost/cast.hpp>
#include <fstream>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::big |
Functions | |
template<typename matrix_type > | |
bool | OpenTissue::math::big::write_dlm_matrix (std::string const &filename, matrix_type &A) |
template<typename vector_type > | |
bool | OpenTissue::math::big::write_dlm_vector (std::string const &filename, vector_type &x) |