RAPI
Data Structures | Defines | Functions
S.h File Reference
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <float.h>
#include <math.h>
#include <Rconfig.h>
#include <R_ext/Constants.h>
#include <R_ext/Memory.h>
#include <R_ext/RS.h>
Include dependency graph for S.h:

Go to the source code of this file.

Data Structures

struct  S_complex

Defines

#define USING_R
#define longint   int
#define Salloc(n, t)   (t*)S_alloc(n, sizeof(t))
#define Srealloc(p, n, old, t)   (t*)S_realloc(p,n,old,sizeof(t))
#define call_S   call_R

Functions

void seed_in (long *)
void seed_out (long *)
double unif_rand (void)
double norm_rand (void)

Define Documentation

#define call_S   call_R
#define longint   int
#define Salloc (   n,
 
)    (t*)S_alloc(n, sizeof(t))
#define Srealloc (   p,
  n,
  old,
 
)    (t*)S_realloc(p,n,old,sizeof(t))
#define USING_R

Function Documentation

double norm_rand ( void  )
void seed_in ( long *  )
void seed_out ( long *  )
double unif_rand ( void  )
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines