Home
last modified time | relevance | path

Searched defs:ErrThreshold (Results 1 – 1 of 1) sorted by relevance

/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp74 struct ErrThreshold struct
91 struct ErrThreshold<double> argument
108 struct ErrThreshold<float32_t> argument
126 struct ErrThreshold<float16_t> argument
128 constexpr static float abserr = ABS_ERROR;
129 constexpr static float relerr = REL_ERROR;
130 constexpr static float abserr_cholesky = 2e-1;
131 constexpr static float relerr_cholesky = 2e-1;
133 constexpr static float abserr_householder = 2e-4;
134 constexpr static float relerr_householder = 2e-3;
[all …]