INGOR
Loading...
Searching...
No Matches
math
ytRNDGraph.h
1
/*
2
math/ytRNDGraph.{h,c} : Generating Random Graphs
3
Copyright (C) 2018, Yoshinori Tamada <tamada A T ytlab.jp>
4
All rights reserved.
5
6
See LICENSE.txt for details of the licensing agreement.
7
*/
8
9
#ifndef __YTLIB_RND_GRAPH_H
10
#define __YTLIB_RND_GRAPH_H
11
12
#include "ytGraph.h"
13
#include "ytRNG.h"
14
15
int
* ytRNDGraph_sfDag(
ytGraph
* g,
ytRNG
* rng,
double
deg);
16
int
* ytRNDGraph_sfDagType(
ytGraph
* g,
ytRNG
* rng,
double
deg,
double
r,
int
md,
int
* type);
17
int
* ytRNDGraph_dag(
ytGraph
* g,
ytRNG
* rng,
double
deg);
18
int
* ytRNDGraph_dbn(
ytGraph
* g,
ytRNG
* rng,
int
T,
double
deg);
19
20
#endif
/* __YTLIB_RND_GRAPH_H */
ytGraph
Interface class for handling graph structure.
ytRNG
Structure for encapsulating the random number generator.
Definition
ytRNG.h:33
Generated by
1.9.8