ergo
template_lapack_laruv.h File Reference

Go to the source code of this file.

Macros

#define mm_ref(a_1, a_2)   mm[(a_2)*128 + a_1 - 129]
 

Functions

template<class Treal >
int dlaruv_ (integer *iseed, const integer *n, Treal *x)
 

Macro Definition Documentation

◆ mm_ref

#define mm_ref (   a_1,
  a_2 
)    mm[(a_2)*128 + a_1 - 129]

Referenced by dlaruv_().

Function Documentation

◆ dlaruv_()

template<class Treal >
int dlaruv_ ( integer iseed,
const integer n,
Treal *  x 
)

References minMACRO, and mm_ref.

Referenced by template_lapack_larnv().