NVBIO
|
Constant cost function
#include <scoring.h>
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | ConstantCost () |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | ConstantCost (const T min_val, const T max_val) |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE T | operator() (const int i) const |
Public Members | |
T | m_val |
Static Public Members | |
static const CostType | COST_TYPE = CONSTANT_COST |
|
inline |
|
inline |
|
inline |
|
static |
T nvbio::bowtie2::cuda::ConstantCost< T >::m_val |