|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Provides seqan3::detail::coordinate_matrix. More...
#include <concepts>#include <ranges>#include <seqan3/alignment/matrix/detail/matrix_coordinate.hpp>#include <seqan3/core/detail/template_inspection.hpp>#include <seqan3/utility/container/aligned_allocator.hpp>#include <seqan3/utility/simd/algorithm.hpp>#include <seqan3/utility/simd/concept.hpp>#include <seqan3/utility/simd/simd_traits.hpp>#include <seqan3/utility/simd/views/iota_simd.hpp>#include <seqan3/utility/type_traits/lazy_conditional.hpp>
Include dependency graph for coordinate_matrix.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | seqan3::detail::coordinate_matrix< index_t >::convert_to_matrix_coordinate |
| A function object that converts a column index and a row index to a seqan3::detail::matrix_coordinate. More... | |
| class | seqan3::detail::coordinate_matrix< index_t > |
| A matrix over coordinates. More... | |
| class | seqan3::detail::coordinate_matrix< index_t >::iterator |
| The iterator for the seqan3::detail::coordinate_matrix. More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::detail |
| The internal SeqAn3 namespace. | |
Provides seqan3::detail::coordinate_matrix.