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

Provides seqan3::detail::edit_distance_score_matrix_full. More...

+ Include dependency graph for edit_distance_score_matrix_full.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::detail::edit_distance_score_matrix_full< word_t, score_t, is_semi_global, use_max_errors >::column_type
 The state of one computation step. More...
 
class  seqan3::detail::edit_distance_score_matrix_full< word_t, score_t, is_semi_global, use_max_errors >
 The underlying data structure of seqan3::detail::edit_distance_unbanded that represents the score matrix. More...
 
struct  seqan3::detail::edit_distance_score_matrix_full< word_t, score_t, is_semi_global, use_max_errors >::max_errors_state
 If use_max_errors is true store these additional state information in state_type. More...
 
struct  seqan3::detail::edit_distance_score_matrix_full< word_t, score_t, is_semi_global, use_max_errors >::score_matrix_state
 This information is needed to infer the score matrix. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Detailed Description

Provides seqan3::detail::edit_distance_score_matrix_full.

Author
Marcel Ehrhardt <marcel.ehrhardt AT fu-berlin.de>
Hide me