template<
uint32 BAND_LEN,
AlignmentType TYPE,
uint32 CHECKPOINTS,
typename checkpoint_type>
struct nvbio::aln::priv::SWCheckpointContext< BAND_LEN, TYPE, CHECKPOINTS, checkpoint_type >
A helper scoring context classfor sw_alignment_score_dispatch, instantiated to keep track of checkpoints
Definition at line 228 of file sw_inl.h.
template<uint32 BAND_LEN, AlignmentType TYPE, uint32 CHECKPOINTS, typename checkpoint_type>
template<typename column_type , typename scoring_type , typename score_type >
initialize the j-th column of the DP matrix
- Parameters
-
j | column index |
N | column size |
column | column values |
scoring | scoring scheme |
zero | zero value |
Definition at line 243 of file sw_inl.h.