#include "../Mat.h"
#include <cmath>
#include <ctime>
Go to the source code of this file.
Namespaces | |
namespace | exmat |
Classes | |
class | exmat::UniformRand |
The uniform randomizer, using rand() in stdlib. More... | |
Functions | |
template<class Rep, class ErrChk, class RAN> | |
void | exmat::randomize (Mat< Rep, ErrChk > &mat, const RAN &ran) |
Randomize the elements inside the matrix using a random number generator class having a cast operator. |