ngc 1.5.0
 
Loading...
Searching...
No Matches
testMath.cpp File Reference

test math functions More...

#include <iostream>
#include <gtest/gtest.h>
#include <ngc/core/ngcb.h>

Functions

 TEST (Math, endian)
 
 TEST (Math, swap)
 
 TEST (Math, binary_convert)
 
 TEST (Math, round)
 
 TEST (Math, mean)
 
 TEST (Math, median)
 
 TEST (Math, filter)
 

Detailed Description

test math functions

Function Documentation

◆ TEST() [1/7]

TEST ( Math ,
binary_convert  )

◆ TEST() [2/7]

TEST ( Math ,
endian  )

◆ TEST() [3/7]

TEST ( Math ,
filter  )

◆ TEST() [4/7]

TEST ( Math ,
mean  )

◆ TEST() [5/7]

TEST ( Math ,
median  )

◆ TEST() [6/7]

TEST ( Math ,
round  )

◆ TEST() [7/7]

TEST ( Math ,
swap  )