#include "swps3.h"
#include <sys/types.h>
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) |
Definition in file matrix.h.
SBMatrix swps3_convertMatrixD2SB | ( | double | factor | ) |
double swps3_factorFromThreshold | ( | double | threshold, | |
double | singleGapCost | |||
) |
DMatrix swps3_readDMatrix | ( | char * | filename | ) |
SBMatrix swps3_readSBMatrix | ( | char * | filename | ) |