Lines Matching refs:Vector
1131 inline T _householder(Vector<T,L,A> &res,const V&v,const T eps) in _householder()
1175 Vector<T,NB,TMP_ALLOC> res; in householder()
1177 return std::tuple<T,Vector<T,NB,TMP_ALLOC>>(beta,res); in householder()
1187 Vector<T,DYNAMIC,TMP_ALLOC> res(v.length()); in householder()
1189 return std::tuple<T,Vector<T,DYNAMIC,TMP_ALLOC>>(beta,res); in householder()
1286 Vector<T,C,TMP_ALLOC> tau; in QR()
1292 Vector<T,R,TMP_ALLOC> tmpvec; in QR()
1295 Vector<T> tau(m.columns()); in QR()
1301 Vector<T> tmpvec(m.rows()); in QR()
1475 Vector<T,R,TMP_ALLOC> tmp; in cholesky()
1478 Vector<T> tmp(a.rows()); in cholesky()