|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Provides seqan3::detail::matrix_index, seqan3::detail::matrix_coordinate and associated strong types. More...
#include <concepts>#include <type_traits>#include <seqan3/core/detail/strong_type.hpp>#include <seqan3/utility/concept.hpp>#include <seqan3/utility/simd/algorithm.hpp>#include <seqan3/utility/simd/concept.hpp>
Include dependency graph for matrix_coordinate.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | seqan3::detail::column_index_type< index_type > |
| A strong type for designated initialisation of the column index of a matrix. More... | |
| struct | seqan3::detail::matrix_index< index_t > |
| A representation of a location or offset within a two-dimensional matrix. More... | |
| struct | seqan3::detail::row_index_type< index_type > |
| A strong type for designated initialisation of the row index of a matrix. More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::detail |
| The internal SeqAn3 namespace. | |
Typedefs | |
| using | seqan3::detail::matrix_offset = matrix_index< std::ptrdiff_t > |
| An offset type to move a matrix iterator in two-dimensional space. | |
| template<simd_index index_t> | |
| using | seqan3::detail::simd_matrix_coordinate = matrix_index< index_t > |
| A coordinate type to access an element inside of a two-dimensional simd vector matrix. | |
Provides seqan3::detail::matrix_index, seqan3::detail::matrix_coordinate and associated strong types.