tatami_test
Utilities for testing tatami libraries
|
Options for test_full_access()
and friends.
More...
#include <test_access.hpp>
Public Attributes | |
bool | use_oracle = false |
bool | use_row = true |
TestAccessOrder | order = TestAccessOrder::FORWARD |
int | jump = 1 |
bool | check_sparse = true |
Options for test_full_access()
and friends.
bool tatami_test::TestAccessOptions::check_sparse = true |
Whether to check that "sparse" matrices actually have density below 1.
int tatami_test::TestAccessOptions::jump = 1 |
Minimum distance between rows/columns to be accessed in the test.
TestAccessOrder tatami_test::TestAccessOptions::order = TestAccessOrder::FORWARD |
Ordering of row/column accesses in the test.
bool tatami_test::TestAccessOptions::use_oracle = false |
Whether to use an oracle.
bool tatami_test::TestAccessOptions::use_row = true |
Whether to test row access. If false
, column access is tested instead.