|
scran_test_utils
Test utilities for libscran projects
|
Results of simulate_compressed_sparse_matrix().
More...
#include <simulate_compressed_sparse_matrix.hpp>
Public Attributes | |
| Index_ | primary |
| Index_ | secondary |
| std::vector< Data_ > | data |
| std::vector< Index_ > | index |
| std::vector< Pointer_ > | pointers |
Results of simulate_compressed_sparse_matrix().
| Data_ | Numeric type of the data. |
| Index_ | Integer type of the indices. |
| Pointer_ | Integer type of the compressed sparse pointers. |
| std::vector<Data_> scran_tests::SimulatedCompressedSparseMatrix< Data_, Index_, Pointer_ >::data |
Values of the structural non-zero elements.
| std::vector<Index_> scran_tests::SimulatedCompressedSparseMatrix< Data_, Index_, Pointer_ >::index |
Indices of the structural non-zero elements, along the secondary dimension.
| std::vector<Pointer_> scran_tests::SimulatedCompressedSparseMatrix< Data_, Index_, Pointer_ >::pointers |
Pointers specifying the first and last non-zero element for each primary dimension element.
| Index_ scran_tests::SimulatedCompressedSparseMatrix< Data_, Index_, Pointer_ >::primary |
Extent of the primary dimension.
| Index_ scran_tests::SimulatedCompressedSparseMatrix< Data_, Index_, Pointer_ >::secondary |
Extent of the secondary dimension.