RVL::RVLVectorLogisticDeriv< Scalar > Class Template Reference

This O implements the vector version of the logistic function derivative $ df(x)dx = (1 + s^2 x^2)^{-3/2} dx$, where $ s=2/(f_{\rm max} - f_{\rm min})$. More...

#include <logistic.hh>

Inheritance diagram for RVL::RVLVectorLogisticDeriv< Scalar >:

RVL::LocalFunctionObject< Scalar > RVL::FunctionObject RVL::LocalEvaluation< Scalar > RVL::Writeable List of all members.

Public Member Functions

 RVLVectorLogisticDeriv ()
 RVLVectorLogisticDeriv (const RVLVectorLogisticDeriv< Scalar > &)
 ~RVLVectorLogisticDeriv ()
void operator() (LocalDataContainer< Scalar > &x, std::vector< LocalDataContainer< Scalar > const * > &v)
string getName () const

Detailed Description

template<class Scalar>
class RVL::RVLVectorLogisticDeriv< Scalar >

This O implements the vector version of the logistic function derivative $ df(x)dx = (1 + s^2 x^2)^{-3/2} dx$, where $ s=2/(f_{\rm max} - f_{\rm min})$.

The function is applied to each component of the input LDC, value written to the corresponding component of the output LDC. Input and output must have the same length.

Definition at line 346 of file logistic.hh.


Constructor & Destructor Documentation

template<class Scalar>
RVL::RVLVectorLogisticDeriv< Scalar >::RVLVectorLogisticDeriv (  ) 

Definition at line 348 of file logistic.hh.

template<class Scalar>
RVL::RVLVectorLogisticDeriv< Scalar >::RVLVectorLogisticDeriv ( const RVLVectorLogisticDeriv< Scalar > &   ) 

Definition at line 349 of file logistic.hh.

template<class Scalar>
RVL::RVLVectorLogisticDeriv< Scalar >::~RVLVectorLogisticDeriv (  ) 

Definition at line 350 of file logistic.hh.


Member Function Documentation

template<class Scalar>
void RVL::RVLVectorLogisticDeriv< Scalar >::operator() ( LocalDataContainer< Scalar > &  x,
std::vector< LocalDataContainer< Scalar > const * > &  v 
)

Definition at line 353 of file logistic.hh.

References RVL::LocalDataContainer< DataType >::getData(), and RVL::LocalDataContainer< DataType >::getSize().

template<class Scalar>
string RVL::RVLVectorLogisticDeriv< Scalar >::getName (  )  const [virtual]

Implements RVL::FunctionObject.

Definition at line 391 of file logistic.hh.


The documentation for this class was generated from the following file:
Generated on 5 Jan 2017 for LocalRVL by  doxygen 1.4.7