enum vrna_mx_type_e

Overview

An enumerator that is used to specify the type of a polymorphic Dynamic Programming (DP) matrix data structure. More…

// enum values

VRNA_MX_DEFAULT
VRNA_MX_WINDOW
VRNA_MX_2DFOLD

Detailed Documentation

An enumerator that is used to specify the type of a polymorphic Dynamic Programming (DP) matrix data structure.

Enum Values

VRNA_MX_DEFAULT
Default DP matrices.
VRNA_MX_WINDOW
DP matrices suitable for local structure prediction using window approach.
VRNA_MX_2DFOLD
DP matrices suitable for distance class partitioned structure prediction.