22 #include <boost/cstdint.hpp>
32 std::vector<double> res;
38 std::vector<int32_t> res2;
43 std::vector<unsigned int> resunsigned;
47 std::vector<double> resdouble;
59 std::vector<double>
x;
78 std::cout << res << std::endl;
85 void testgeometricmean(){
86 std::vector<double>
x;
97 int main(
int argc,
char **argv) {