Logo ROOT   6.10/09
Reference Guide
Functions
matrix_util.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ fillRandomMat()

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 13 of file matrix_util.h.

◆ fillRandomSym()

template<class M >
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.

◆ fillRandomVec()

template<class V >
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.