NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
Lcs.hpp
Go to the documentation of this file.
1
36/* If you use this library, you must include dtl.hpp only. */
37
38#ifndef DTL_LCS_H
39#define DTL_LCS_H
40
41namespace dtl {
42
46 template <typename elem>
47 class Lcs : public Sequence< elem >
48 {
49 public :
50 Lcs () {}
51 ~Lcs () {}
52 };
53}
54
55#endif // DTL_LCS_H
Definition: Lcs.hpp:48
Lcs()
Definition: Lcs.hpp:50
~Lcs()
Definition: Lcs.hpp:51
Definition: Diff.hpp:41