Spec ScoreSimdWrapper
A wrapper class to extend score calsses for SIMD usage.

Extends SimpleScore
All Extended Score, SimpleScore
Defined in <seqan/score.h>
Signature template<typename TScoreVec, typename TScoreSpec> class Score<TScoreVec, ScoreSimdWrapper<TScoreSpec> >;

Template Parameters

TScoreVec The simd vector type.
TScoreSpec The score type to be wrapped.

Member Function Overview

Member Functions Inherited From SimpleScore

Interface Function Overview

Interface Functions Inherited From Score

Interface Functions Inherited From SimpleScore

Interface Metafunction Overview

Interface Metafunctions Inherited From Score

Detailed Description

Extends a SimpleScore or a MatrixScore for the use with simd vectors.