SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::edit_distance_unbanded< database_t, query_t, align_config_t, edit_traits >::compute_state_trace_matrix Struct Reference

The internal state needed to compute the trace matrix. More...

Public Attributes

proxy_reference< word_typedb {}
 The machine word which stores if trace_directions::diagonal is true.
 

Detailed Description

template<std::ranges::viewable_range database_t, std::ranges::viewable_range query_t, typename align_config_t, typename edit_traits>
struct seqan3::detail::edit_distance_unbanded< database_t, query_t, align_config_t, edit_traits >::compute_state_trace_matrix

The internal state needed to compute the trace matrix.


The documentation for this struct was generated from the following file:
Hide me