Skip to content

Struct Ase::L2DMatrix

template <typename T>

ClassList > Ase > L2DMatrix

Public Attributes

Type Name
const size_t sa
const size_t sb
std::vector< T > v

Public Functions

Type Name
L2DMatrix (size_t a, size_t b, T init={})
T & operator() (size_t a, size_t b)

Public Attributes Documentation

variable sa

const size_t Ase::L2DMatrix< T >::sa;

variable sb

const size_t Ase::L2DMatrix< T >::sb;

variable v

std::vector<T> Ase::L2DMatrix< T >::v;

Public Functions Documentation

function L2DMatrix

inline Ase::L2DMatrix::L2DMatrix (
    size_t a,
    size_t b,
    T init={}
) 

function operator()

inline T & Ase::L2DMatrix::operator() (
    size_t a,
    size_t b
) 


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/levenshtein.cc