#include <string>
#include <vector>
Go to the source code of this file.
|
namespace | flopc |
| All flopc++ code is contained within the flopc namespace.
|
|
|
template<int nbr, class T > |
std::vector< T > | flopc::makeVector (T i1, T i2=0, T i3=0, T i4=0, T i5=0) |
| This template makes a vector of appropriate size out of the variable number of arguments.
|
|
int | flopc::mod (int a, int b) |
| return the strictly positive modulus of two integers
|
|
|
const int | flopc::outOfBound = -2 |
| Distinct return value on conditions where an index goes out of bounds.
|
|