#include <iostream>
#include <vector>
Go to the source code of this file.
Functions | |
int | getIndex (const std::vector< double > &array, const double a) |
int | main (int argc, char **argv) |
int getIndex | ( | const std::vector< double > & | array, |
const double | a | ||
) |
Definition at line 9 of file getindex.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 34 of file getindex.cpp.