List of all members | Public Member Functions | Protected Attributes
fftwpp::ThreadBase Class Reference

#include <fftw++.h>

Inheritance diagram for fftwpp::ThreadBase:
Inheritance graph
[legend]

Public Member Functions

void multithread (unsigned int nx)
 
 ThreadBase ()
 
 ThreadBase (unsigned int threads)
 
void Threads (unsigned int nthreads)
 
unsigned int Threads ()
 

Protected Attributes

unsigned int innerthreads
 
unsigned int threads
 

Detailed Description

Definition at line 116 of file fftw++.h.

Constructor & Destructor Documentation

fftwpp::ThreadBase::ThreadBase ( )

Definition at line 70 of file fftw++.cc.

fftwpp::ThreadBase::ThreadBase ( unsigned int  threads)
inline

Definition at line 123 of file fftw++.h.

Member Function Documentation

void fftwpp::ThreadBase::multithread ( unsigned int  nx)
inline

Definition at line 127 of file fftw++.h.

References innerthreads, and threads.

void fftwpp::ThreadBase::Threads ( unsigned int  nthreads)
inline

Definition at line 124 of file fftw++.h.

References threads.

unsigned int fftwpp::ThreadBase::Threads ( )
inline

Definition at line 125 of file fftw++.h.

References threads.

Member Data Documentation

unsigned int fftwpp::ThreadBase::innerthreads
protected

Definition at line 120 of file fftw++.h.

Referenced by multithread().

unsigned int fftwpp::ThreadBase::threads
protected

Definition at line 119 of file fftw++.h.

Referenced by multithread(), and Threads().


The documentation for this class was generated from the following files:

, generated on Tue Sep 26 2023.