FLOPC++
Classes | Namespaces
MP_data.hpp File Reference
#include <vector>
#include "MP_index.hpp"
#include "MP_set.hpp"
#include "MP_constant.hpp"
#include "MP_boolean.hpp"

Go to the source code of this file.

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).
This is used for construction of : More...
class  flopc::MP_stochastic_data

Namespaces

namespace  flopc
 All flopc++ code is contained within the flopc namespace.