#include "swps3.h"
#include "matrix.h"
#include "DynProgr_SPE.h"


Go to the source code of this file.
Functions | |
| double | swps3_alignmentByteSPE (const SBMatrix matrix, const char *query, int queryLen, const char *db, int dbLen, Options *options) |
| double | swps3_alignmentFloatSPE (const SBMatrix matrix, const char *query, int queryLen, const char *db, int dbLen, Options *options) |
| double | swps3_alignmentProfileSPE (const char *db, int dbLen) |
| Profile must have been loaded before! | |
| double | swps3_alignmentShortSPE (const SBMatrix matrix, const char *query, int queryLen, const char *db, int dbLen, Options *options) |
| SPEProfile * | swps3_createProfileBytePPU (const char *query, int queryLen, const SBMatrix matrix, int maxDbLen) |
| SPEProfile * | swps3_createProfileFloatPPU (const char *query, int queryLen, const SBMatrix matrix, int maxDbLen) |
| SPEProfile * | swps3_createProfileShortPPU (const char *query, int queryLen, const SBMatrix matrix, int maxDbLen) |
| void | swps3_freeProfilePPU (SPEProfile *profile) |
| void | swps3_loadProfileByte (SPEProfile *profile, int maxDbLen, Options *options) |
| void | swps3_loadProfileFloat (SPEProfile *profile, int maxDbLen, Options *options) |
| void | swps3_loadProfileShort (SPEProfile *profile, int maxDbLen, Options *options) |
Definition in file DynProgr_PPU.h.
| double swps3_alignmentFloatSPE | ( | const SBMatrix | matrix, | |
| const char * | query, | |||
| int | queryLen, | |||
| const char * | db, | |||
| int | dbLen, | |||
| Options * | options | |||
| ) |
Definition at line 276 of file DynProgr_PPU.c.
| double swps3_alignmentProfileSPE | ( | const char * | db, | |
| int | dbLen | |||
| ) |
Profile must have been loaded before!
Definition at line 311 of file DynProgr_PPU.c.
Referenced by main().
| SPEProfile* swps3_createProfileBytePPU | ( | const char * | query, | |
| int | queryLen, | |||
| const SBMatrix | matrix, | |||
| int | maxDbLen | |||
| ) |
| SPEProfile* swps3_createProfileFloatPPU | ( | const char * | query, | |
| int | queryLen, | |||
| const SBMatrix | matrix, | |||
| int | maxDbLen | |||
| ) |
| SPEProfile* swps3_createProfileShortPPU | ( | const char * | query, | |
| int | queryLen, | |||
| const SBMatrix | matrix, | |||
| int | maxDbLen | |||
| ) |
| void swps3_freeProfilePPU | ( | SPEProfile * | profile | ) |
| void swps3_loadProfileByte | ( | SPEProfile * | profile, | |
| int | maxDbLen, | |||
| Options * | options | |||
| ) |
| void swps3_loadProfileFloat | ( | SPEProfile * | profile, | |
| int | maxDbLen, | |||
| Options * | options | |||
| ) |
Definition at line 344 of file DynProgr_PPU.c.
| void swps3_loadProfileShort | ( | SPEProfile * | profile, | |
| int | maxDbLen, | |||
| Options * | options | |||
| ) |
1.5.4