Source: tests/multifrontal/symbolic/RandomAccessList.cpp
12 #include <myramath/multifrontal/symbolic/detail/RandomAccessList.h> 15 #include <tests/myratest.h> 23 ADD_TEST(
"RandomAccessList",
"[symbolic]")
26 RandomAccessList list(N);
32 REQUIRE( list.size() == 3);
33 REQUIRE( list.contains(22) );
34 REQUIRE( list.contains(78) );
35 REQUIRE( list.contains(37) );
Routines for printing the contents of various std::container's to a std::ostream using operator <<...
Results: [PASS]
Go back to Summary of /test programs.