RNAlib-2.4.16
mfe_multifold.h
1 #ifndef VIENNA_RNA_PACKAGE_MFE_MULTIFOLD_H
2 #define VIENNA_RNA_PACKAGE_MFE_MULTIFOLD_H
3 
5 
6 int
7 vrna_mfe_multifold_prepare(vrna_fold_compound_t *fc);
8 
9 int
10 vrna_E_ext_loop_multi(vrna_fold_compound_t *fc, int i, int j);
11 
12 int
13 vrna_BT_ext_loop_multi(vrna_fold_compound_t *fc, int *i, int *j, int *k, int en);
14 
15 #endif
vrna_fc_s
The most basic data structure required by many functions throughout the RNAlib.
Definition: fold_compound.h:132
fold_compound.h
The Basic Fold Compound API.