Eq20 Class Reference
[Scripts for problems]
Inherits Example.
Detailed Description
Example: Solving 20 linear equationsStandard benchmark for solving linear equations.
Definition at line 48 of file eq20.cc.
Public Member Functions | |
| Eq20 (const Options &opt) | |
| The actual problem. | |
| Eq20 (bool share, Eq20 &s) | |
| Constructor for cloning s. | |
| virtual Space * | copy (bool share) |
| Perform copying during cloning. | |
| virtual void | print (std::ostream &os) |
| Print solution. | |
Constructor & Destructor Documentation
| Eq20::Eq20 | ( | const Options & | opt | ) | [inline] |
| Eq20::Eq20 | ( | bool | share, | |
| Eq20 & | s | |||
| ) | [inline] |
Member Function Documentation
| virtual Space* Eq20::copy | ( | bool | share | ) | [inline, virtual] |
| virtual void Eq20::print | ( | std::ostream & | os | ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- examples/eq20.cc (Revision: 5524)
