CFL
|
Implementations of indicator functions. More...
Functions | |
Ind | naive () |
Ind | smart () |
This namespace contains implementations of indicator functions with the goal to accelerate the integration of discontinuous functions.
Ind cfl::NInd::naive | ( | ) |
Constructs "naive" implementation of an indicator function. It assigns one to any point where the value of the function is greater then the barrier; assigns zero otherwise. This implementation is not efficient. Do not use it. It is given here only for comparison.