List of all members.
Public Member Functions |
virtual | ~McC_matrices_base () |
| Destructor.
|
size_t | iidx (size_t i, size_t j) const |
| index in triagonal matrix
|
size_t | jidx (size_t i, size_t j) const |
| index in triagonal matrix
|
FLT_OR_DBL | bppm (size_t i, size_t j) const |
| Read access matrix bppm.
|
FLT_OR_DBL | qb (size_t i, size_t j) const |
| Read access matrix qb.
|
FLT_OR_DBL | qm (size_t i, size_t j) const |
| Read access matrix qm.
|
vrna_exp_param_t * | exp_params () const |
| exp params
|
FLT_OR_DBL | scale (size_t i) const |
| scale
|
FLT_OR_DBL | expMLbase (size_t i) const |
| expMLbase
|
FLT_OR_DBL | kT () const |
| kT
|
FLT_OR_DBL | q1k (size_t k) const |
| Read access matrix q1k.
|
FLT_OR_DBL | qln (size_t l) const |
| Read access matrix qln.
|
int | pair (size_t c, size_t d) const |
| Read access matrix pair.
|
Protected Member Functions |
| McC_matrices_base (vrna_fold_compound_t *vc) |
| construct empty
|
Protected Attributes |
vrna_fold_compound_t * | vc_ |
| vrna fold compound
|
Constructor & Destructor Documentation
Destructor.
Frees the fold compound
Member Function Documentation
Read access matrix bppm.
- Parameters:
-
i | first indexb |
j | second index |
- Returns:
- matrix entry
expMLbase
- Parameters:
-
- Returns:
- contribution to pf for base i in ML
kT
- Returns:
- k times temperature
Read access matrix pair.
- Parameters:
-
c | first base code |
d | second base code |
- Returns:
- matrix entry
Read access matrix q1k.
- Parameters:
-
- Returns:
- matrix entry
Read access matrix qb.
- Parameters:
-
i | first index |
j | second index |
- Returns:
- matrix entry
Read access matrix qln.
- Parameters:
-
- Returns:
- matrix entry
Read access matrix qm.
- Parameters:
-
i | first index |
j | second index |
- Returns:
- matrix entry
scale
- Parameters:
-
- Returns:
- scaling factor for fragment of length i
Member Data Documentation
vrna fold compound
The fold compound holds the DP matrices, input and model details. It is freed on destruction of the McC_matrices_base object.
The documentation for this class was generated from the following files: