CFL
Classes | Namespaces | Functions
Ind.hpp File Reference

One-dimensional indicator functions. More...

#include "cfl/Macros.hpp"
#include <memory>
#include <valarray>
#include "cfl/Inline/iInd.hpp"
Include dependency graph for Ind.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cfl::IInd
 Interface class for one-dimensional indicator function. More...
 
class  cfl::Ind
 Standard concrete class for indicator functions. More...
 

Namespaces

 cfl
 Main namespace for cfl library.
 
 cfl::NInd
 Implementations of indicator functions.
 

Functions

Ind cfl::NInd::naive ()
 
Ind cfl::NInd::smart ()
 

Detailed Description

Author
Dmitry Kramkov
Date
2000-2006

This file is dealing with numerically efficient construction of one-dimensional indicator functions.