Home
last modified time | relevance | path

Searched refs:HouseholderThreshold (Results 1 – 1 of 1) sorted by relevance

/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp1204 struct HouseholderThreshold;
1208 struct HouseholderThreshold<float16_t> struct
1215 struct HouseholderThreshold<float64_t> struct
1222 struct HouseholderThreshold<float32_t> struct
1244 auto res = householder(a,HouseholderThreshold<T>::value); in testHouseholder() argument
1378 auto res = QR(a,HouseholderThreshold<T>::value,true); in testQR()
1433 arm_status status=cmsis_qr(&IN,HouseholderThreshold<T>::value, in testQR()