C# Class InfluenceMaximization.Util

Afficher le fichier Open project: IDEAL-Lab/CIM

Méthodes publiques

Méthode Description
EquSolver ( int funcselp, int funcselq, double A1, double A2, double A3, double B ) : List
PrintList ( List L ) : void
RootsCubicEqu ( double a, double b, double c, double d ) : List
RootsQuadraticEqu ( double a, double b, double c ) : List
Shuffle ( List L ) : void

Method Details

EquSolver() public static méthode

public static EquSolver ( int funcselp, int funcselq, double A1, double A2, double A3, double B ) : List
funcselp int
funcselq int
A1 double
A2 double
A3 double
B double
Résultat List

PrintList() public static méthode

public static PrintList ( List L ) : void
L List
Résultat void

RootsCubicEqu() public static méthode

public static RootsCubicEqu ( double a, double b, double c, double d ) : List
a double
b double
c double
d double
Résultat List

RootsQuadraticEqu() public static méthode

public static RootsQuadraticEqu ( double a, double b, double c ) : List
a double
b double
c double
Résultat List

Shuffle() public static méthode

public static Shuffle ( List L ) : void
L List
Résultat void