SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
Algorithm

Provides core functionality used for algorithms. More...

+ Collaboration diagram for Algorithm:

Classes

class  seqan3::detail::algorithm_executor_blocking< resource_t, algorithm_t, algorithm_result_t, execution_handler_t >
 A blocking algorithm executor for algorithms. More...
 
class  seqan3::algorithm_result_generator_range< algorithm_executor_type >
 An input range over the algorithm results generated by the underlying algorithm executor. More...
 
class  seqan3::detail::execution_handler_parallel
 Handles the parallel execution of algorithms. More...
 
struct  seqan3::detail::execution_handler_sequential
 Handles the sequential execution of algorithms. More...
 

Detailed Description

Provides core functionality used for algorithms.

See also
Core
Hide me