Go to the documentation of this file.
14 #ifndef INCLUDED_core_sequence_DP_Matrix_hh
15 #define INCLUDED_core_sequence_DP_Matrix_hh
18 #include <utility/pointer/owning_ptr.hh>
19 #include <utility/pointer/ReferenceCount.hh>
21 #include <utility/vector1_bool.hh>
119 for (
Size i = 1; i <= rs; ++i ) {
121 for (
Size j = 1; j <= cs; ++j ) {