Functions

regression_test/src/test_slope.cpp File Reference

#include "prefix_sum_tools.hpp"
#include "rec_bisect_minmax.hpp"
#include <iostream>

Functions

double pointDiff (int *prefixSum, int low, int high, int leftProc, int rightProc, int point)
int slopeAt (int *prefixSum, int low, int high, int leftProc, int rightProc, int point)
int bimonsearch (int *prefixSum, int low, int high, int leftProc, int rightProc)
int main ()

Function Documentation

int bimonsearch ( int *  prefixSum,
int  low,
int  high,
int  leftProc,
int  rightProc 
)
int main (  ) 
double pointDiff ( int *  prefixSum,
int  low,
int  high,
int  leftProc,
int  rightProc,
int  point 
)
int slopeAt ( int *  prefixSum,
int  low,
int  high,
int  leftProc,
int  rightProc,
int  point 
)
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines