#include <libBM.h>
| Public Member Functions | |
| RV (Array< std::string > in_names, ivec in_sizes, ivec in_times) | |
| Full constructor. | |
| RV (Array< std::string > in_names, ivec in_sizes) | |
| Constructor with times=0. | |
| RV (Array< std::string > in_names) | |
| Constructor with sizes=1, times=0. | |
| RV () | |
| Constructor of empty RV. | |
| int | count () const | 
| Return number of scalars in the RV. | |
| int | length () const | 
| Return length (number of entries) of the RV. | |
| ivec | findself (const RV &rv2) const | 
| Find indexes of self in another rv,. | |
| bool | equal (const RV &rv2) const | 
| Compare if rv2is identical to thisRV. | |
| bool | add (const RV &rv2) | 
| Add (concat) another variable to the current one,. | |
| RV | subt (const RV &rv2) const | 
| Subtract another variable from the current one. | |
| RV | subselect (const ivec &ind) const | 
| Select only variables at indeces ind. | |
| RV | operator() (const ivec &ind) const | 
| Select only variables at indeces ind. | |
| void | t (int delta) | 
| Shift timeshifted by delta. | |
| str | tostr () const | 
| generate strfrom rv, by expanding sizes | |
| ivec | dataind (const RV &crv) const | 
| generate indeces into | |
| Array< std::string > & | _names () | 
| access function | |
| int | id (int at) | 
| access function | |
| int | size (int at) | 
| access function | |
| int | time (int at) | 
| access function | |
| std::string | name (int at) | 
| access function | |
| void | set_id (int at, int id0) | 
| access function | |
| void | set_size (int at, int size0) | 
| access function | |
| void | set_time (int at, int time0) | 
| access function | |
| void | newids () | 
| Assign unused ids to this rv. | |
| Protected Attributes | |
| int | tsize | 
| size = sum of sizes | |
| int | len | 
| len = number of individual rvs | |
| ivec | ids | 
| Vector of unique IDs. | |
| ivec | sizes | 
| Vector of sizes. | |
| ivec | times | 
| Vector of shifts from current time. | |
| Array< std::string > | names | 
| Array of names. | |
| Friends | |
| std::ostream & | operator<< (std::ostream &os, const RV &rv) | 
| Printing output e.g. for debugging. | |
More?...
| ivec RV::findself | ( | const RV & | rv2 | ) | const | 
| bool RV::add | ( | const RV & | rv2 | ) | 
Add (concat) another variable to the current one,.
References findself(), ids, len, names, sizes, times, and tsize.
Referenced by concat(), compositepdf::getrv(), MPF< BM_T >::MPF(), and compositepdf::setrvc().
| ivec RV::dataind | ( | const RV & | crv | ) | const | 
generate indeces into
| crv | data vector that form data vector of self. | 
References count(), ids, str::ids, len, times, str::times, and tostr().
Referenced by enorm< sq_T >::condition(), enorm< sq_T >::marginal(), and compositepdf::setindices().
 1.5.6
 1.5.6