Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 //Numpy array shape [15]
0002 //Min -0.109375000000
0003 //Max 0.265625000000
0004 //Number of zeros 0
0005 
0006 #ifndef B8_H_
0007 #define B8_H_
0008 
0009 bias8_t b8[15] = {0.093750,
0010                   0.046875,
0011                   -0.015625,
0012                   0.265625,
0013                   0.046875,
0014                   -0.078125,
0015                   0.031250,
0016                   -0.062500,
0017                   -0.015625,
0018                   0.015625,
0019                   0.062500,
0020                   0.062500,
0021                   -0.109375,
0022                   -0.046875,
0023                   0.140625};
0024 
0025 #endif