#include <vector>
#include <string>
#include "MP_index.hpp"
#include "MP_set.hpp"
#include "MP_constant.hpp"
#include "MP_boolean.hpp"
Include dependency graph for MP_data.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | flopc |
Classes | |
class | flopc::DataRef |
Reference to a set of data. More... | |
class | flopc::MP_data |
Input data set.
This is one of the main public interface classes. It is normally directly constructed given a set of indices (domain) over which it is valid. If the data is not bound at construction, either the value() or initialize() method must be called which (deep) copies in the actual data. If one wishes to refer to external data instead rather than doing a deep copy, use the constructor which takes the value pointer as an argument. This copies the original data pointer value (rather than a deep copy). | |
class | flopc::MP_stochastic_data |