cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
test Namespace Reference

Variables

string trieres_lib = os.environ['cFpRootDir'] + "/HOST/custom/memtest/languages/python/build"
 
string input = "HelloWorld"
 
string output = "111111111"
 
 out = np.array([1.0,2.0]);
 
int loop_nm = 1;
 
int seed = 4332;
 
float underlying = 202.56481854952224;
 
float volatility = 0.005002151044533387;
 
float dividendYield = 0.011160536907441138;
 
float riskFreeRate = 0.008250879551073578;
 
int timeLength = 1;
 
float strike = 185.09682372241906;
 
int optionType = 0;
 
float requiredTolerance = 0.02;
 
int requiredSamples = 100000;
 
int timeSteps = 1;
 
int maxSamples = 1;
 

Variable Documentation

◆ dividendYield

float test.dividendYield = 0.011160536907441138;

Definition at line 30 of file test.py.

◆ input

string test.input = "HelloWorld"

Definition at line 9 of file test.py.

◆ loop_nm

int test.loop_nm = 1;

Definition at line 26 of file test.py.

◆ maxSamples

int test.maxSamples = 1;

Definition at line 38 of file test.py.

◆ optionType

int test.optionType = 0;

Definition at line 34 of file test.py.

◆ out

test.out = np.array([1.0,2.0]);

Definition at line 12 of file test.py.

◆ output

string test.output = "111111111"

Definition at line 10 of file test.py.

◆ requiredSamples

int test.requiredSamples = 100000;

Definition at line 36 of file test.py.

◆ requiredTolerance

float test.requiredTolerance = 0.02;

Definition at line 35 of file test.py.

◆ riskFreeRate

float test.riskFreeRate = 0.008250879551073578;

Definition at line 31 of file test.py.

◆ seed

int test.seed = 4332;

Definition at line 27 of file test.py.

◆ strike

float test.strike = 185.09682372241906;

Definition at line 33 of file test.py.

◆ timeLength

int test.timeLength = 1;

Definition at line 32 of file test.py.

◆ timeSteps

int test.timeSteps = 1;

Definition at line 37 of file test.py.

◆ trieres_lib

string test.trieres_lib = os.environ['cFpRootDir'] + "/HOST/custom/memtest/languages/python/build"

Definition at line 4 of file test.py.

◆ underlying

float test.underlying = 202.56481854952224;

Definition at line 28 of file test.py.

◆ volatility

float test.volatility = 0.005002151044533387;

Definition at line 29 of file test.py.