swps3
|
Scalar platform independent alignment routine. More...
#include "swps3.h"
Go to the source code of this file.
Functions | |
double | swps3_alignScalar (const DMatrix matrix, const char *s1, int ls1, const char *s2, int ls2, Options *options) |
Scalar platform independent alignment routine.
Definition in file DynProgr_scalar.h.
double swps3_alignScalar | ( | const DMatrix | matrix, |
const char * | s1, | ||
int | ls1, | ||
const char * | s2, | ||
int | ls2, | ||
Options * | options | ||
) |
Definition at line 36 of file DynProgr_scalar.c.
References Options::gapExt, Options::gapOpen, INFINITY, ls1, ls2, MATRIX_DIM, MAX_SEQ_LENGTH, and Options::threshold.
Referenced by main(), swps3_alignmentByteSPE(), swps3_alignmentFloatSPE(), and swps3_alignmentShortSPE().