pelib  2.0.0
pelib::RawMatrix< Col, Row, Value > Class Template Reference

#include <RawMatrix.hpp>

Inheritance diagram for pelib::RawMatrix< Col, Row, Value >:
[legend]

List of all members.

Public Member Functions

virtual RawMatrixclone () const
virtual void dump (std::ostream &o, const AlgebraData *data) const

Detailed Description

template<class Col, class Row, class Value>
class pelib::RawMatrix< Col, Row, Value >

Parser and output class of an instance of pelib::Matrix in AMPL output format

Definition at line 45 of file RawMatrix.hpp.


Member Function Documentation

template<class Col , class Row , class Value >
virtual RawMatrix* pelib::RawMatrix< Col, Row, Value >::clone ( ) const [inline, virtual]

Returns a pointer to a copy of this instance

Implements pelib::RawDataOutput.

Definition at line 54 of file RawMatrix.hpp.

template<class Col , class Row , class Value >
virtual void pelib::RawMatrix< Col, Row, Value >::dump ( std::ostream &  o,
const AlgebraData data 
) const [inline, virtual]

Writes the content of an instance of pelib::Matrix to a stream output in AMPL output format

Implements pelib::AlgebraDataOutput.

Definition at line 62 of file RawMatrix.hpp.


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