ARB
Classes | Typedefs | Functions
spreadin.h File Reference
#include "defines.h"
Include dependency graph for spreadin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  S_Spreading
 

Typedefs

typedef struct S_SpreadingSpreading
 

Functions

Spreading newSpreading (double *value, int values)
 
void freeSpreading (Spreading s)
 
int spreadRand (Spreading s)
 

Typedef Documentation

typedef struct S_Spreading * Spreading

Function Documentation

Spreading newSpreading ( double *  value,
int  values 
)

Definition at line 5 of file spreadin.c.

References assert, S_Spreading::border, outOfMemory, s, and S_Spreading::values.

Referenced by createOriginRNS(), and mutateRNS().

void freeSpreading ( Spreading  s)

Definition at line 31 of file spreadin.c.

References S_Spreading::border.

Referenced by createOriginRNS(), and mutateRNS().

int spreadRand ( Spreading  s)

Definition at line 35 of file spreadin.c.

References assert, S_Spreading::border, and S_Spreading::values.

Referenced by createOriginRNS(), and mutateRNS().