#include <utils.h>
|
template<typename T > |
static bool | array_equals (T const *a, T const *b, samplecnt_t samples) |
|
template<typename T > |
static bool | array_filled (T const *array, samplecnt_t samples) |
|
static float * | init_random_data (samplecnt_t samples, float range=1.0) |
| Generate random data, all samples guaranteed not to be 0.0, 1.0 or -1.0. More...
|
|
◆ array_equals()
template<typename T >
static bool TestUtils::array_equals |
( |
T const * |
a, |
|
|
T const * |
b, |
|
|
samplecnt_t |
samples |
|
) |
| |
|
inlinestatic |
◆ array_filled()
template<typename T >
static bool TestUtils::array_filled |
( |
T const * |
array, |
|
|
samplecnt_t |
samples |
|
) |
| |
|
inlinestatic |
◆ init_random_data()
static float* TestUtils::init_random_data |
( |
samplecnt_t |
samples, |
|
|
float |
range = 1.0 |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: