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

Provides seqan3::detail::row_wise_matrix. More...

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

Go to the source code of this file.

Namespaces

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

Typedefs

template<typename value_t >
using seqan3::detail::row_wise_matrix = two_dimensional_matrix< value_t >
 A matrix represented in a one-dimensional std::vector accessing the data in row-major-order.
 

Detailed Description

Provides seqan3::detail::row_wise_matrix.

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