mixpp: bdm::MemDS Class Reference

bdm::MemDS Class Reference

Memory storage of off-line data column-wise (used mostly in C++). More...

#include <datasources.h>

List of all members.


Detailed Description

Memory storage of off-line data column-wise (used mostly in C++).

The data are stored in an internal matrix Data . Each column of Data corresponds to one discrete time observation $t$.


Member Function Documentation

void MemDS::from_setting(const Setting & set ) 

Create object from the following structure

    class = 'MemDS';
    Data = [...];               % Data matrix with records stored in columns
    --- optional fields ---
    time = 0;                   % Index of the first column in the matrix Data
    --- inherited fields ---
    bdm::DS::from_setting

If the optional fields are not given, they will be filled as follows:

    drv.names = { "" };                % empty name
    drv.sizes = { no_rows_Data };      % full size of the record
    time = 0;

Reimplemented in bdm::FileDS, bdm::ITppFileDS, and bdm::CsvFileDS.

References Data, bdm::UI::get(), and time.


The documentation for this class was generated from the following files:

Generated on Fri Aug 27 16:54:40 2010 for mixpp by  doxygen 1.6.0