Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Public Member Functions | |
L2DMatrix (size_t a, size_t b, T init={}) | |
T & | operator() (size_t a, size_t b) |
Public Attributes | |
std::vector< T > | v |
const size_t | sa |
const size_t | sb |
Definition at line 65 of file levenshtein.cc.
Ase::L2DMatrix< T >::L2DMatrix | ( | size_t | a, |
size_t | b, | ||
T | init = {} |
||
) |
Definition at line 68 of file levenshtein.cc.
T & Ase::L2DMatrix< T >::operator() | ( | size_t | a, |
size_t | b | ||
) |
Definition at line 74 of file levenshtein.cc.
const size_t Ase::L2DMatrix< T >::sa |
Definition at line 67 of file levenshtein.cc.
const size_t Ase::L2DMatrix< T >::sb |
Definition at line 67 of file levenshtein.cc.
std::vector<T> Ase::L2DMatrix< T >::v |
Definition at line 66 of file levenshtein.cc.