|
TestAccessOptions | tatami_test::convert_test_access_options (const StandardTestAccessOptions &x) |
|
auto | tatami_test::standard_test_access_options_combinations () |
|
template<typename Value_ , typename Index_ > |
void | tatami_test::test_full_access (const tatami::Matrix< Value_, Index_ > &matrix, const tatami::Matrix< Value_, Index_ > &reference, const TestAccessOptions &options) |
|
template<typename Value_ , typename Index_ > |
void | tatami_test::test_block_access (const tatami::Matrix< Value_, Index_ > &matrix, const tatami::Matrix< Value_, Index_ > &reference, double relative_start, double relative_length, const TestAccessOptions &options) |
|
template<typename Value_ , typename Index_ > |
void | tatami_test::test_indexed_access (const tatami::Matrix< Value_, Index_ > &matrix, const tatami::Matrix< Value_, Index_ > &reference, double relative_start, double probability, const TestAccessOptions &options) |
|
template<typename Value_ , typename Index_ > |
void | tatami_test::test_simple_column_access (const tatami::Matrix< Value_, Index_ > &matrix, const tatami::Matrix< Value_, Index_ > &reference) |
|
template<typename Value_ , typename Index_ > |
void | tatami_test::test_simple_row_access (const tatami::Matrix< Value_, Index_ > &matrix, const tatami::Matrix< Value_, Index_ > &reference) |
|
Test access patterns on a tatami::Matrix
.