|
ROOT 6.08/07 Reference Guide |
Functions | |
| 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) |
| template<class V > | |
| void | fillRandomVec (TRandom &r, V &v, unsigned int len, unsigned int start=0, double offset=1) |
| void fillRandomMat | ( | TRandom & | r, |
| M & | m, | ||
| unsigned int | first, | ||
| unsigned int | second, | ||
| unsigned int | start = 0, |
||
| double | offset = 1 |
||
| ) |
Definition at line 13 of file matrix_util.h.
| void fillRandomSym | ( | TRandom & | r, |
| M & | m, | ||
| unsigned int | first, | ||
| unsigned int | start = 0, |
||
| double | offset = 1 |
||
| ) |
Definition at line 20 of file matrix_util.h.
| void fillRandomVec | ( | TRandom & | r, |
| V & | v, | ||
| unsigned int | len, | ||
| unsigned int | start = 0, |
||
| double | offset = 1 |
||
| ) |
Definition at line 7 of file matrix_util.h.