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

template<typename Scalar>
struct mx::wfp::fftwAllocator< Scalar >

Definition at line 23 of file imagingArray.hpp.

#include <wfp/imagingArray.hpp>

Public Member Functions

Scalar * alloc (size_t sz)
 
void free (Scalar *ptr)
 

Member Function Documentation

◆ alloc()

template<typename Scalar >
Scalar * mx::wfp::fftwAllocator< Scalar >::alloc ( size_t  sz)
inline

Definition at line 25 of file imagingArray.hpp.

◆ free()

template<typename Scalar >
void mx::wfp::fftwAllocator< Scalar >::free ( Scalar *  ptr)
inline

Definition at line 30 of file imagingArray.hpp.


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