tatami_test
Utilities for testing tatami libraries
Loading...
Searching...
No Matches
Public Attributes | List of all members
tatami_test::TestAccessOptions Struct Reference

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
 

Detailed Description

Options for test_full_access() and friends.

Member Data Documentation

◆ check_sparse

bool tatami_test::TestAccessOptions::check_sparse = true

Whether to check that "sparse" matrices actually have density below 1.

◆ jump

int tatami_test::TestAccessOptions::jump = 1

Minimum distance between rows/columns to be accessed in the test.

◆ order

TestAccessOrder tatami_test::TestAccessOptions::order = TestAccessOrder::FORWARD

Ordering of row/column accesses in the test.

◆ use_oracle

bool tatami_test::TestAccessOptions::use_oracle = false

Whether to use an oracle.

◆ use_row

bool tatami_test::TestAccessOptions::use_row = true

Whether to test row access. If false, column access is tested instead.


The documentation for this struct was generated from the following file: