12#ifndef TLAPACK_LEGACY_LARNV_HH
13#define TLAPACK_LEGACY_LARNV_HH
51 using internal::create_vector;
53 auto x_ = create_vector(
x, n);
void larnv(idx_t idist, idx_t *iseed, idx_t n, T *x)
Returns a vector of n random numbers from a uniform or normal distribution.
Definition larnv.hpp:49
Returns a vector of random numbers from a uniform or normal distribution.
Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ).
Definition arrayTraits.hpp:15
typename traits::real_type_traits< Types..., int >::type real_type
The common real type of the list of types.
Definition scalar_type_traits.hpp:113