#include <libBM.h>
Public Member Functions | |
| RV (ivec in_ids, Array< std::string > in_names, ivec in_sizes, ivec in_times, ivec in_obs) | |
| Full constructor which is called by the others.  | |
| RV (ivec ids) | |
| default constructor  | |
| RV () | |
| Empty constructor will be set later.  | |
| int | length () | 
| Return length (number of scalars) of the RV.  | |
| ivec | rvfind (RV rv2) | 
| Find indexes of another rv in self.  | |
| RV | rvadd (RV rv2) | 
| Add (concat) another variable to the current one.  | |
| RV | rvsubt (RV rv2) | 
| Subtract another variable from the current one.  | |
| RV | rvsubselect (ivec ind) | 
| Select only variables at indeces ind.  | |
| RV | operator() (ivec ind) | 
| Select only variables at indeces ind.  | |
| void | t (int delta) | 
Generate new RV with time shifted by delta.  | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const RV &rv) | 
| Printing output e.g. for debugging.  | |
More?...
 1.5.3