Macaulay2 Engine
Loading...
Searching...
No Matches

◆ TEST() [5/7]

TEST ( Util ,
m2array2stdvec_big  )

Definition at line 86 of file basics-test.cpp.

87{
88 std::vector<long long> a{-1453853049583, 3, 6, 4, -2};
90 std::vector<long long> c = M2_arrayint_to_stdvector<long long>(b);
91 EXPECT_FALSE(a == c);
92}
M2_arrayint stdvector_to_M2_arrayint(const std::vector< T > &v)
Definition util.hpp:79
std::vector< T > M2_arrayint_to_stdvector(M2_arrayint arr)
Definition util.hpp:96

References M2_arrayint_to_stdvector(), and stdvector_to_M2_arrayint().