24 #ifndef __WEIGHTING_SCHEMES_H__ 25 #define __WEIGHTING_SCHEMES_H__ 82 using weights2_t = std::array<double,2>;
87 virtual weights2_t operator()(
const std::string &codon1,
const std::string &codon2,
Sequence::GeneticCodes genetic_code)
const =0;
92 using weights3_t = std::array<double,6>;
bool operator()(const std::pair< key, value > &l, const std::pair< key, value > &r) const
abstract interface to weighting schemes when codons differ at 2 positions
The namespace in which this library resides.
abstract interface to weighting schemes when codons differ at 3 positions
Definition of enumeration types.