| 127 | } |
| 128 | |
| 129 | forceinline double |
| 130 | ValToUpdate::getLiangUpdate(int val, unsigned int idx, |
| 131 | unsigned int varSize) const { |
| 132 | return liangUpdate[val-minVal] / getLiangBaiFactor(idx, varSize-1); |
| 133 | } |
| 134 | |
| 135 | |
| 136 | template<class View> |
no test coverage detected