Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:27

0001 //Numpy array shape [25]
0002 //Min -0.125000000000
0003 //Max 0.265625000000
0004 //Number of zeros 1
0005 
0006 #ifndef B5_H_
0007 #define B5_H_
0008 
0009 bias5_t b5[25] = {-0.015625, 0.046875,  -0.109375, 0.078125,  0.171875,  0.156250,  0.062500,  0.171875, 0.109375,
0010                   0.265625,  0.234375,  0.125000,  -0.046875, -0.062500, 0.015625,  -0.062500, 0.156250, 0.093750,
0011                   0.078125,  -0.109375, 0.109375,  0.093750,  0.000000,  -0.125000, 0.140625};
0012 
0013 #endif