cisst-saw
|
#include <cisstNumerical/nmrPolynomialBase.h>
#include <cisstNumerical/nmrBernsteinPolynomial.h>
#include <cisstNumerical/nmrExport.h>
Go to the source code of this file.
Classes | |
class | nmrBernsteinPolynomialLineIntegral |
struct | nmrBernsteinPolynomialLineIntegral::ProfilingInfo |
struct | nmrBernsteinPolynomialLineIntegral::TermSummationElement |
Macros | |
#define | CACHE_POWER_BASIS 1 |
#define | USE_INTEGRAND_TABLEAU 1 |
#define CACHE_POWER_BASIS 1 |
Conditional compilation switch to test efficiency of caching power-basis objects. Having the power basis objects cached reduces the overhead of creating them on each evaluation. But then this object cannot be used in a multithreaded enviornment.
#define USE_INTEGRAND_TABLEAU 1 |
Conditional compilation switch to test efficiency of storing all the summation elements in a tableau