rv
.
More...
#include <libBM.h>
Public Member Functions | |
fnc (int dy) | |
default constructor | |
virtual vec | eval (const vec &cond) |
function evaluates numerical value of at cond | |
int | _dimy () const |
access function | |
virtual | ~fnc () |
Destructor for future use;. | |
Protected Attributes | |
int | dimy |
Length of the output vector. |
rv
.