#include "local.hh"
Go to the source code of this file.
Namespaces | |
namespace | RVL |
Classes | |
class | RVL::ScalarFO1< T, f > |
Unary template. More... | |
class | RVL::ScalarFO2< T, f > |
Binary template. More... | |
class | RVL::ScalarFO3< T, f > |
Ternary template. More... | |
class | RVL::ScalarFO4< T, f > |
class | RVL::ScalarFO5< T, f > |
class | RVL::ScalarFO6< T, f > |
Functions | |
float | RVL::test1 (float x) |
unary test function | |
double | RVL::test2 (double x, double y) |
binary test function | |
template<typename T> | |
int | RVL::ScalarFOSanity (int na, LocalDataContainer< T > &target, vector< LocalDataContainer< T > const * > &sources) |
common sanity test - if successful, returns length of output, else throws exception |