C# Class SimulatorBalancerLibrary.MySincSimulatorBehavior

Inheritance: ISimulatorBehavior
Mostra file Open project: TomasKulhanek/Physiovalues

Public Methods

Method Description
Description ( ) : string
FinishSimulate ( ) : void
GetComputationCycles ( ) : long
GetSimulationTime ( ) : long
Simulate ( string parameternames, double parametervalues, string variablenamesinresult, double timepoints ) : double[][]
Simulate ( string wurl, string parameternames, double parametervalues, string variablenamesinresult, double timepoints ) : double[][]
Simulate ( string parameternames, double parametervalues, string variablenamesinresult, double timepoints ) : double[][][]
test1 ( string parameternames ) : string
test2 ( double points ) : string
test3 ( double p ) : string
test4 ( string parameternames, double parametervalues, string variablenamesinresult, double timepoints ) : double[][][]

Private Methods

Method Description
ISimulatorBehavior ( string parameternames, double parametervalues, string variablenamesinresult, double timepoints ) : double[][][]
MySincFunction ( double timepoints, int i, double t ) : double
Sinc ( double x ) : double

Method Details

Description() public method

public Description ( ) : string
return string

FinishSimulate() public method

public FinishSimulate ( ) : void
return void

GetComputationCycles() public method

public GetComputationCycles ( ) : long
return long

GetSimulationTime() public method

public GetSimulationTime ( ) : long
return long

Simulate() public method

public Simulate ( string parameternames, double parametervalues, string variablenamesinresult, double timepoints ) : double[][]
parameternames string
parametervalues double
variablenamesinresult string
timepoints double
return double[][]

Simulate() public method

public Simulate ( string wurl, string parameternames, double parametervalues, string variablenamesinresult, double timepoints ) : double[][]
wurl string
parameternames string
parametervalues double
variablenamesinresult string
timepoints double
return double[][]

Simulate() public static method

public static Simulate ( string parameternames, double parametervalues, string variablenamesinresult, double timepoints ) : double[][][]
parameternames string
parametervalues double
variablenamesinresult string
timepoints double
return double[][][]

test1() public static method

public static test1 ( string parameternames ) : string
parameternames string
return string

test2() public static method

public static test2 ( double points ) : string
points double
return string

test3() public static method

public static test3 ( double p ) : string
p double
return string

test4() public static method

public static test4 ( string parameternames, double parametervalues, string variablenamesinresult, double timepoints ) : double[][][]
parameternames string
parametervalues double
variablenamesinresult string
timepoints double
return double[][][]