<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
MaxtrixMarket class and random generators. More...
Go to the source code of this file.
Classes | |
struct | tlapack::MatrixMarket |
MatrixMarket class. More... | |
class | tlapack::PCG32 |
Permuted Congruential Generator. More... | |
Namespaces | |
namespace | tlapack |
Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). | |
Functions | |
template<class T , class Generator > | |
T | tlapack::rand_helper (Generator &gen) |
Helper function to generate random numbers using an uniform distribution in [0,1). | |
template<class T , class Generator , class Distribution , enable_if_t< is_real< T >, bool > = true> | |
T | tlapack::rand_helper (Generator &gen, Distribution &d) |
Helper function to generate random numbers. | |
MaxtrixMarket class and random generators.