swps3
|
Routines for reading matrix files and converting matrices. More...
Go to the source code of this file.
Typedefs | |
typedef double * | DMatrix |
typedef int8_t * | SBMatrix |
Functions | |
SBMatrix | swps3_convertMatrixD2SB (double factor) |
double | swps3_factorFromThreshold (double threshold, double singleGapCost) |
DMatrix | swps3_readDMatrix (char *filename) |
SBMatrix | swps3_readSBMatrix (char *filename) |
Routines for reading matrix files and converting matrices.
Definition in file matrix.h.
SBMatrix swps3_convertMatrixD2SB | ( | double | factor | ) |
double swps3_factorFromThreshold | ( | double | threshold, |
double | singleGapCost | ||
) |
DMatrix swps3_readDMatrix | ( | char * | filename | ) |