mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mx::wfp::imagingArrayInplaceProduct< imageT, typeT, isScalar > Struct Template Reference

template<typename imageT, typename typeT, bool isScalar = is_imagingArray<typeT>::value>
struct mx::wfp::imagingArrayInplaceProduct< imageT, typeT, isScalar >

Definition at line 65 of file imagingArray.hpp.

#include <wfp/imagingArray.hpp>

Public Member Functions

 imagingArrayInplaceProduct ()
 
void operator() (imageT &im, typeT &alpha)
 

Constructor & Destructor Documentation

◆ imagingArrayInplaceProduct()

template<typename imageT , typename typeT , bool isScalar = is_imagingArray<typeT>::value>
mx::wfp::imagingArrayInplaceProduct< imageT, typeT, isScalar >::imagingArrayInplaceProduct ( )
inline

Definition at line 67 of file imagingArray.hpp.

Member Function Documentation

◆ operator()()

template<typename imageT , typename typeT , bool isScalar = is_imagingArray<typeT>::value>
void mx::wfp::imagingArrayInplaceProduct< imageT, typeT, isScalar >::operator() ( imageT &  im,
typeT &  alpha 
)
inline

Definition at line 73 of file imagingArray.hpp.

References mx::math::six_fifths().


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