|
Couenne
0.2
|
#include <CouenneMatrix.hpp>
Public Member Functions | |
| CouenneScalar (int index, expression *elem) | |
| ~CouenneScalar () | |
| CouenneScalar (const CouenneScalar &rhs) | |
| CouenneScalar & | operator= (const CouenneScalar &rhs) |
| CouenneScalar * | clone () |
| int | getIndex () const |
| expression * | getElem () const |
| bool | operator< (const CouenneScalar &rhs) const |
| void | print () const |
Protected Attributes | |
| int | index_ |
| index of element in vector More... | |
| expression * | elem_ |
| element More... | |
Friends | |
| bool | operator< (const CouenneScalar &first, const CouenneScalar &second) |
Definition at line 25 of file CouenneMatrix.hpp.
|
inline |
Definition at line 34 of file CouenneMatrix.hpp.
Referenced by clone().
| Couenne::CouenneScalar::~CouenneScalar | ( | ) |
|
inline |
Definition at line 40 of file CouenneMatrix.hpp.
|
inline |
Definition at line 44 of file CouenneMatrix.hpp.
|
inline |
Definition at line 50 of file CouenneMatrix.hpp.
References CouenneScalar().
|
inline |
Definition at line 52 of file CouenneMatrix.hpp.
References index_.
|
inline |
Definition at line 53 of file CouenneMatrix.hpp.
References elem_.
|
inline |
Definition at line 55 of file CouenneMatrix.hpp.
References index_.
| void Couenne::CouenneScalar::print | ( | ) | const |
|
friend |
Definition at line 62 of file CouenneMatrix.hpp.
|
protected |
index of element in vector
Definition at line 29 of file CouenneMatrix.hpp.
Referenced by getIndex(), operator<(), Couenne::operator<(), and operator=().
|
protected |
1.8.5