SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
matrix_coordinate.hpp File Reference

Provides seqan3::detail::matrix_index, seqan3::detail::matrix_coordinate and associated strong types. More...

+ 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.
 

Detailed Description

Provides seqan3::detail::matrix_index, seqan3::detail::matrix_coordinate and associated strong types.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>
Hide me