Go to the source code of this file.
|
| namespace | QDP |
| | Yet another random number generator.
|
|
| void | QDP::scal_g5 (REAL *Out, REAL *scalep, REAL *In, int n_4vec) |
| void | QDP::axpbyz_g5 (REAL *Out, REAL *scalep, REAL *InScale, REAL *scalep2, REAL *Add, int n_4vec) |
| void | QDP::xmayz_g5 (REAL *Out, REAL *scalep, REAL *Add, REAL *InScale, int n_4vec) |
| void | QDP::g5_axmbyz (REAL *Out, REAL *scalep, REAL *InScale, REAL *scalep2, REAL *Add, int n_4vec) |
| void | QDP::axpbyz_ig5 (REAL *Out, REAL *scalep, REAL *InScale, REAL *scalep2, REAL *Add, int n_4vec) |
| void | QDP::axmbyz_ig5 (REAL *Out, REAL *scalep, REAL *InScale, REAL *scalep2, REAL *Add, int n_4vec) |
| void | QDP::xpayz_ig5 (REAL *Out, REAL *scalep, REAL *InScale, REAL *Add, int n_4vec) |
| void | QDP::xmayz_ig5 (REAL *Out, REAL *scalep, REAL *InScale, REAL *Add, int n_4vec) |