|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functions | |
| Array< size_t > | make_zero_row (const size_t cols) |
| Array< Array< size_t > > | make_zero_matrix (const size_t rows, const size_t cols) |
|
inline |
Definition at line 72 of file String_DP.H.
References Aleph::Array< T >::append(), make_zero_row(), and Aleph::Array< T >::reserve().
Referenced by Aleph::damerau_levenshtein_distance(), and Aleph::longest_common_subsequence().
Definition at line 63 of file String_DP.H.
References Aleph::Array< T >::create().
Referenced by make_zero_matrix().