#include <IndexedReal.hpp>
Inheritance diagram for IndexedRealVector:
Public Methods | |
IndexedRealVector () | |
IndexedRealVector (int size) | |
virtual | ~IndexedRealVector () |
virtual iterator | FindByIndex (int index) |
virtual bool | IncreaseValueFor (int index,double value) |
increase the value for "index", add the entry if not existing. | |
virtual void | PushValue (int index,double value) |
push a value. | |
virtual void | Sort (bool descending=true) |
sort all the values, default is descending order. |
|
|
|
|
|
|
|
|
|
increase the value for "index", add the entry if not existing.
|
|
push a value.
|
|
sort all the values, default is descending order.
|