* * Unblocked algorith for computing C = C*Q.T and C = C*Q. * * Q = H(1)H(2)...H(k) where elementary reflectors H(i) are stored on i'th column * below diagonal in A. * * Q.T = (H1(1)*H(2)*...*H(k)).T * = H(k).T*...*H(2).T*H(1).T * = H(k)...H(2)H(1) * * Progressing A fro
(C, A, tau, w *matrix.FloatMatrix, flags Flags)
source not stored for this graph (policy: none)
no test coverage detected