#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_random.h>
#include <OpenTissue/core/math/math_value_traits.h>
#include <OpenTissue/core/math/math_is_number.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
namespace | OpenTissue::math::big |
Functions | |
template<typename matrix_type > | |
void | OpenTissue::math::big::generate_random (size_t const &m, size_t const &n, matrix_type &A) |
template<typename value_type > | |
void | OpenTissue::math::big::generate_random (size_t const &n, ublas::vector< value_type > &v) |