larnv#

Functions

void slarnv(
    const INT           idist,
          INT* restrict iseed,
    const INT           n,
          f32* restrict X
);
void slarnv(const INT idist, INT *restrict iseed, const INT n, f32 *restrict X)#

Functions

void dlarnv(
    const INT           idist,
          INT* restrict iseed,
    const INT           n,
          f64* restrict X
);
void dlarnv(const INT idist, INT *restrict iseed, const INT n, f64 *restrict X)#

Functions

void clarnv(
    const INT           idist,
          INT* restrict iseed,
    const INT           n,
          c64* restrict X
);
void clarnv(const INT idist, INT *restrict iseed, const INT n, c64 *restrict X)#

Functions

void zlarnv(
    const INT            idist,
          INT*  restrict iseed,
    const INT            n,
          c128* restrict X
);
void zlarnv(const INT idist, INT *restrict iseed, const INT n, c128 *restrict X)#