Functions
test_mean.cpp File Reference
#include <gtest/gtest.h>
#include <sys/time.h>
#include "filters/mean.h"
Include dependency graph for test_mean.cpp:

Go to the source code of this file.

Functions

void generate_rand_vectors (double scale, uint64_t runs, std::vector< double > &xvalues, std::vector< double > &yvalues, std::vector< double > &zvalues)
 
int main (int argc, char **argv)
 
void seed_rand ()
 
 TEST (MultiChannelMeanFilterDouble, ConfirmIdentityNRows)
 
 TEST (MultiChannelMeanFilterDouble, ThreeRows)
 
 TEST (MeanFilterDouble, ConfirmIdentityNRows)
 
 TEST (MeanFilterDouble, ThreeRows)
 

Function Documentation

void generate_rand_vectors ( double  scale,
uint64_t  runs,
std::vector< double > &  xvalues,
std::vector< double > &  yvalues,
std::vector< double > &  zvalues 
)

Definition at line 44 of file test_mean.cpp.

int main ( int  argc,
char **  argv 
)

Definition at line 159 of file test_mean.cpp.

void seed_rand ( )

Definition at line 36 of file test_mean.cpp.

TEST ( MultiChannelMeanFilterDouble  ,
ConfirmIdentityNRows   
)

Definition at line 55 of file test_mean.cpp.

TEST ( MultiChannelMeanFilterDouble  ,
ThreeRows   
)

Definition at line 81 of file test_mean.cpp.

TEST ( MeanFilterDouble  ,
ConfirmIdentityNRows   
)

Definition at line 111 of file test_mean.cpp.

TEST ( MeanFilterDouble  ,
ThreeRows   
)

Definition at line 135 of file test_mean.cpp.



filters
Author(s):
autogenerated on Mon Jun 10 2019 13:15:08