Xmipp  v3.23.11-Nereus
Functions
parallel.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void parallelImprove (InterPolynomial *p, int *_k, double _rho, double *_valueFk, Vector _Base)
 
void parallelInit (int _nnode, int _dim, ObjectiveFunction *_of)
 
void parallelFinish ()
 
void startParallelThread ()
 

Function Documentation

◆ parallelFinish()

void parallelFinish ( )

Definition at line 41 of file parallel.cpp.

41 {}

◆ parallelImprove()

void parallelImprove ( InterPolynomial p,
int *  _k,
double  _rho,
double *  _valueFk,
Vector  _Base 
)

Definition at line 36 of file parallel.cpp.

37 {}

◆ parallelInit()

void parallelInit ( int  _nnode,
int  _dim,
ObjectiveFunction _of 
)

Definition at line 40 of file parallel.cpp.

40 {}

◆ startParallelThread()

void startParallelThread ( )

Definition at line 39 of file parallel.cpp.

39 {}