tatami_test
Utilities for testing tatami libraries
Loading...
Searching...
No Matches
tatami_test.hpp
Go to the documentation of this file.
1#ifndef TATAMI_TEST_TATAMI_TEST_HPP
2#define TATAMI_TEST_TATAMI_TEST_HPP
3
4#include "fetch.hpp"
7#include "simulate_vector.hpp"
9#include "test_access.hpp"
11#include "throws_error.hpp"
12
22namespace tatami_test {}
23
24#endif
Forcibly use oracular extraction.
Reverse sparse indices during extraction.
Fetch a row/column into a vector.
Utilities for testing tatami libraries.
Definition create_indexed_subset.hpp:15
Simulate compressed sparse matrix contents.
Simulate a random vector.
Test access patterns on a tatami::Matrix.
Test unsorted sparse access on a tatami::Matrix.
Check that an error is thrown.