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

Detailed description

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

linear functor

Definition at line 906 of file numbers.h.

#include <numbers.h>

Public Methods

NVBIO_FORCEINLINE NVBIO_HOST_DEVICE Linear (const T m)
 
template<typename U >
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE
operator() (const U x) const
 

Public Members

constm_m
 

Constructor & Destructor Documentation

template<typename T >
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE nvbio::Linear< T >::Linear ( const m)
inline

Definition at line 909 of file numbers.h.

Member Function Documentation

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

Definition at line 913 of file numbers.h.

Member Data Documentation

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

Definition at line 915 of file numbers.h.


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