Searched refs:tmpmat (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/dsppp/tests/ |
D | matrix_test.cpp | 1293 Matrix<T,1,R,TMP_ALLOC> tmpmat; in QR() local 1302 Matrix<T> tmpmat(1,m.rows()); in QR() 1315 dot(tmpmat.sub(0,1,0,NBC-c),vt,RM.sub(c,c)); in QR() 1318 RM.sub(c,c) - beta * outer(tmpvec.sub(0,NBR-c),tmpmat.row(0,0,NBC-c)); in QR() 1333 dot(tmpmat.sub(0,1,0,NBC-(NBC-1)),vt,RM.sub(NBC-1,NBC-1)); in QR() 1336 RM.sub(NBC-1,NBC-1) - beta * outer(tmpvec.sub(0,NBR-(NBC-1)),tmpmat.row(0,0,NBC-(NBC-1))); in QR() 1349 dot(tmpmat.sub(0,1,0,NBR-c),vt,Q.sub(c,c)); in QR() 1352 Q.sub(c,c) - tau[c] * outer(tmpvec.sub(0,NBR-c),tmpmat.row(0,0,NBR-c)); in QR()
|