NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | Public Members | List of all members
nvbio::Affine< T > Struct Template Reference

Detailed description

template< typename T>
struct nvbio::Affine< T >

affine functor

Definition at line 921 of file numbers.h.

#include <numbers.h>

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE Affine (const T k, const T m)
 
template<typename U >
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE
operator() (const U x) const
 

Public Members

constm_k
 
constm_m
 

Constructor & Destructor Documentation

template<typename T >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::Affine< T >::Affine ( const k,
const m 
)
inline

Definition at line 924 of file numbers.h.

Member Function Documentation

template<typename T >
template<typename U >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE T nvbio::Affine< T >::operator() ( const x) const
inline

Definition at line 928 of file numbers.h.

Member Data Documentation

template<typename T >
const T nvbio::Affine< T >::m_k

Definition at line 930 of file numbers.h.

template<typename T >
const T nvbio::Affine< T >::m_m

Definition at line 931 of file numbers.h.


The documentation for this struct was generated from the following file: