#include </cur/unifexp/partderiv.h>
Public Member Functions | |
std::string | name () const |
Returns the name of the object. | |
void | create (const mapType< numType > &theMap, int partCount, const numType &delta) |
Creates a partition based on the given map, the requested number of elements in the partition, and the width of the critical neighborhood. | |
Static Private Member Functions | |
template<class vectType> | |
static void | fillUniform (vectType &tab, int first, int last) |
Fills part of the partition table between the given entries in a uniform way based on the values at these ends. |
The complement of the critical neighborhood is divided into intervals of approximately the same length.
Definition at line 55 of file partderiv.h.
std::string unifexp::partDerivative< numType >::name | ( | ) | const [inline, virtual] |
Returns the name of the object.
Implements unifexp::partType< numType >.
Definition at line 78 of file partderiv.h.
void unifexp::partDerivative< numType >::create | ( | const mapType< numType > & | theMap, | |
int | partCount, | |||
const numType & | delta | |||
) | [inline, virtual] |
Creates a partition based on the given map, the requested number of elements in the partition, and the width of the critical neighborhood.
Implements unifexp::partType< numType >.
Definition at line 96 of file partderiv.h.
References unifexp::partType< numType >::addCritical(), unifexp::partType< numType >::allocate(), and unifexp::partDerivative< numType >::fillUniform().
void unifexp::partDerivative< numType >::fillUniform | ( | vectType & | tab, | |
int | first, | |||
int | last | |||
) | [inline, static, private] |
Fills part of the partition table between the given entries in a uniform way based on the values at these ends.
Definition at line 85 of file partderiv.h.
Referenced by unifexp::partDerivative< numType >::create().