ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
matrix_util.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class V >
void fillRandomVec (TRandom &r, V &v, unsigned int len, unsigned int start=0, double offset=1)
 
template<class M >
void fillRandomMat (TRandom &r, M &m, unsigned int first, unsigned int second, unsigned int start=0, double offset=1)
 
template<class M >
void fillRandomSym (TRandom &r, M &m, unsigned int first, unsigned int start=0, double offset=1)
 

Function Documentation

template<class M >
void fillRandomMat ( TRandom r,
M &  m,
unsigned int  first,
unsigned int  second,
unsigned int  start = 0,
double  offset = 1 
)

Definition at line 15 of file matrix_util.h.

template<class M >
void fillRandomSym ( TRandom r,
M &  m,
unsigned int  first,
unsigned int  start = 0,
double  offset = 1 
)

Definition at line 22 of file matrix_util.h.

template<class V >
void fillRandomVec ( TRandom r,
V &  v,
unsigned int  len,
unsigned int  start = 0,
double  offset = 1 
)

Definition at line 9 of file matrix_util.h.