abstract base class for codon and exon evolution
More...
#include <contTimeMC.hh>
|
| Evo (int s) |
|
int | getNumStates () |
|
void | setBranchLengths (vector< double > b, int m=-1) |
|
void | printBranchLengths () |
|
virtual void | getRateMatrices () |
|
virtual void | computeLogPmatrices ()=0 |
|
virtual void | addBranchLength (double b)=0 |
|
double | getPi (int i) const |
|
double | getLogPi (int i) const |
|
gsl_matrix * | getSubMatrixQ (int u) |
|
gsl_matrix * | getSubMatrixP (int u, double t) |
|
gsl_matrix * | getSubMatrixLogP (int u, double t) |
|
gsl_matrix * | expQt (double t, gsl_vector *lambda, gsl_matrix *U, gsl_matrix *Uinv) |
|
|
int | findClosestIndex (vector< double > &v, double val) |
|
|
const int | states |
|
int | m |
|
double * | pi |
|
vector< double > | times |
|
vector< gsl_matrix * > | allQs |
|
Matrix< gsl_matrix * > | allPs |
|
Matrix< gsl_matrix * > | allLogPs |
|
abstract base class for codon and exon evolution
- Author
- Mario Stanke
-
Stefanie König
The documentation for this class was generated from the following files: