1 #ifndef VIENNA_RNA_PACKAGE_LOOPS_EXTERNAL_H 2 #define VIENNA_RNA_PACKAGE_LOOPS_EXTERNAL_H 8 #ifdef VRNA_WARN_DEPRECATED 9 # if defined(DEPRECATED) 12 # if defined(__clang__) 13 # define DEPRECATED(func, msg) func __attribute__ ((deprecated("", msg))) 14 # elif defined(__GNUC__) 15 # define DEPRECATED(func, msg) func __attribute__ ((deprecated(msg))) 17 # define DEPRECATED(func, msg) func 20 # define DEPRECATED(func, msg) func 143 struct vrna_mx_pf_aux_el_s *
148 vrna_exp_E_ext_fast_rotate(
struct vrna_mx_pf_aux_el_s *aux_mx);
152 vrna_exp_E_ext_fast_free(
struct vrna_mx_pf_aux_el_s *aux_mx);
159 struct vrna_mx_pf_aux_el_s *aux_mx);
165 struct vrna_mx_pf_aux_el_s *aux_mx);
211 #ifndef VRNA_DISABLE_BACKWARD_COMPATIBILITY 268 DEPRECATED(
int E_Stem(
int type,
273 "This function is obsolete. Use vrna_E_ext_stem() or E_MLstem() instead");
276 DEPRECATED(
int E_ExtLoop(
int type,
280 "Use vrna_E_ext_stem() instead");
294 "Use vrna_exp_E_ext_stem() instead");
310 "This function is obsolete");
int vrna_E_ext_loop(vrna_fold_compound_t *fc, int i, int j)
Evaluate the free energy of a base pair in the exterior loop.
double FLT_OR_DBL
Typename for floating point number in partition function computations.
Definition: basic.h:43
The most basic data structure required by many functions throughout the RNAlib.
Definition: fold_compound.h:132
The datastructure that contains temperature scaled energy parameters.
Definition: basic.h:57
Various data structures and pre-processor macros.
struct vrna_mx_pf_aux_el_s * vrna_mx_pf_aux_el_t
Auxiliary helper arrays for fast exterior loop computations.
Definition: external.h:116
FLT_OR_DBL exp_E_Stem(int type, int si1, int sj1, int extLoop, vrna_exp_param_t *P)
The data structure that contains temperature scaled Boltzmann weights of the energy parameters...
Definition: basic.h:103
int E_Stem(int type, int si1, int sj1, int extLoop, vrna_param_t *P)
Compute the energy contribution of a stem branching off a loop-region.
int vrna_E_ext_stem(unsigned int type, int n5d, int n3d, vrna_param_t *p)
Evaluate a stem branching off the exterior loop.
Base pair stack element.
Definition: basic.h:143
Functions to deal with sets of energy parameters.
The Basic Fold Compound API.
FLT_OR_DBL vrna_exp_E_ext_stem(unsigned int type, int n5d, int n3d, vrna_exp_param_t *p)
Evaluate a stem branching off the exterior loop (Boltzmann factor version)
FLT_OR_DBL exp_E_ExtLoop(int type, int si1, int sj1, vrna_exp_param_t *P)