#include "neuronapi.h"
#include <dlfcn.h>
#include <array>
#include <cassert>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <fstream>
#include "./test_common.h"
Go to the source code of this file.
◆ main()
◆ modl_reg()
◆ EXPECTED_V
constexpr std::array<double, 7> EXPECTED_V |
|
constexpr |
Initial value:{
-0x1.04p+6,
-0x1.00d7f6756215p-182,
0x1.3ffe5c93f70cep+3,
0x1.3ffe5c93f70cep+3,
0x1.3ffe5c93f70cep+2,
0x1.3ffe5c93f70cep+2,
0x1.3ffe5c93f70cep+2,
}
Definition at line 20 of file vclamp.cpp.