Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/PatternGeneration/
DQR.py47 def householder(x,eps=1e-16): argument
73 def QR(oldm,eps=1e-16): argument
/cmsis-dsp-latest/PythonWrapper/examples/
Dexample_1_5.py12 def householder(x,eps=1e-16): argument
Dtestrfft_all.py22 def chop(A, eps = 1e-6): argument
/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp1131 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()