#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_random.h>
#include <OpenTissue/core/math/math_value_traits.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <OpenTissue/core/math/big/big_generate_PSD.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_PD (size_t const &n, matrix_type &A) |
template<typename matrix_type > | |
void | OpenTissue::math::big::fast_generate_PD (size_t const &n, matrix_type &A) |