// // C++ Interface: itpp_ext // // Description: // // // Author: smidl , (C) 2008 // // Copyright: See COPYING file that comes with this distribution // // #include #include "libBM.h" using namespace itpp; class constfn : public fnc { RV rv; ivec indexlist; // needed by evalsome vec val; public: vec eval() {return val;}; vec eval(vec &cond) {return val;}; vec evalsome(ivec &rvind); }