Searched refs:QR (Results 1 – 6 of 6) sorted by relevance
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Matrix.py | 8 import QR 994 v,beta=QR.householder(x) 1004 v,beta=QR.householder(x) 1014 v,beta=QR.householder(x) 1083 m = QR.randomIsometry(rows,cols,rank) 1089 q,r,tau,h = QR.QR(m,eps=eps) 1119 m = QR.kahan_matrix(d) 1125 q,r,tau,h = QR.QR(m,eps=eps)
|
D | QR.py | 73 def QR(oldm,eps=1e-16): function
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | history.txt | 76 QR decomposition with Householder transform (float only).
|
/cmsis-dsp-latest/dsppp/tests/ |
D | matrix_test.cpp | 1283 auto QR(const Matrix<T,R,C,A>&m,const T eps,bool wantQ) in QR() function 1378 auto res = QR(a,HouseholderThreshold<T>::value,true); in testQR()
|
/cmsis-dsp-latest/Testing/ |
D | desc_f16.txt | 876 test QR decomposition:test_mat_qr_f16
|
D | desc.txt | 3438 test QR decomposition:test_mat_qr_f32 3634 test QR decomposition:test_mat_qr_f64
|