|
pelib
2.0.0
|
#include <CppMatrix.hpp>
Public Member Functions | |
| CppMatrix () | |
| virtual CppMatrix * | clone () const |
| virtual void | dump (std::ostream &o, const AlgebraData *data) const |
Output class Matrix as C++ code
Definition at line 32 of file CppMatrix.hpp.
| pelib::CppMatrix< Col, Row, Value >::CppMatrix | ( | ) | [inline] |
Constructor
Definition at line 39 of file CppMatrix.hpp.
| virtual CppMatrix* pelib::CppMatrix< Col, Row, Value >::clone | ( | ) | const [inline, virtual] |
Returns a pointer to a copy of this class instance
Implements pelib::CppData.
Definition at line 47 of file CppMatrix.hpp.
| virtual void pelib::CppMatrix< Col, Row, Value >::dump | ( | std::ostream & | o, |
| const AlgebraData * | data | ||
| ) | const [inline, virtual] |
Generates C++ code that instanciates and instance of pelib::Matrix and fills it with all values contained in the Matrix given as parameter
| o | Output stream where C++ code is written to |
| data | Instance of pelib::Matrix that is written to output stream as C++ code |
Implements pelib::AlgebraDataOutput.
Definition at line 58 of file CppMatrix.hpp.