#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_random.h>
#include <OpenTissue/core/math/big/big_types.h>
#include <OpenTissue/core/math/big/big_generate_random.h>
#include <OpenTissue/core/math/big/big_gram_schmidt.h>
#include <OpenTissue/core/math/big/big_diag.h>
#include <OpenTissue/core/math/math_value_traits.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_PSD (size_t const &n, matrix_type &A, typename matrix_type::value_type const &fraction) |