Files | |
| file | SimpleArrayData.hh |
| Supports storage of double arrays in. | |
| file | SimpleVector.hh |
| Supports dense vector operations and storage. | |
| file | VectorUtilities.hh |
| Supports vector classes. | |
Compounds | |
| class | SimpleArrayDataT |
| A class whose primary purpose is to hold an array, keeping track of whether or not to delete this array when an instance of class SimpleArrayDataT goes out of scope. More... | |
| class | SimpleVector |
| A subclass of the class IotrVector that stores a dense vector and supports vector operations. More... | |
Functions | |
| void | set_to_zero (double v[], int n, int stride) |
| Sets v = 0. | |
| void | writef_to_stream (const double v[], int n, int stride, std::ostream &out, const char *formatString) |
| Prints out v subject to a format. | |
| void | set_to_constant (double v[], int n, int stride, double c) |
| Sets v = c. | |
| void | add_constant (double v[], int n, int stride, double c) |
| Sets v += c. | |
| double | stepbound (const double v[], int n, int incv, const double s[], int incs, double max) |
| Return max alpha such that v+alpha*s >= 0. | |
| double | stepbound (const double v[], int n, int incv, const double s[], int incs, const double b[], int nb, int incb, const int ib[], int nib, const double u[], int nu, int incu, const int iu[], int niu, double max) |
| Return max alpha such that b <= v+alpha*s <= u. | |
|
||||||||||||||||||||||||
|
Prints out v subject to a format.
|
1.2.18