Searched defs:eps (Results 1 – 4 of 4) sorted by relevance
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | QR.py | 47 def householder(x,eps=1e-16): argument 73 def QR(oldm,eps=1e-16): argument
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | example_1_5.py | 12 def householder(x,eps=1e-16): argument
|
D | testrfft_all.py | 22 def chop(A, eps = 1e-6): argument
|
/cmsis-dsp-latest/dsppp/tests/ |
D | matrix_test.cpp | 1131 inline T _householder(Vector<T,L,A> &res,const V&v,const T eps) in _householder() 1283 auto QR(const Matrix<T,R,C,A>&m,const T eps,bool wantQ) in QR()
|