Improving the efficiency of portable software for linear algebra
暂无分享,去创建一个
In algorithms for linear algebraic computations there are a fairly small number of basic operations which are generally responsible for a significant percentage of the total execution time. We mention particularly the dot product operation, ω := x<sup>T</sup>y, the elementary vector operation, y :=αx+y, and the euclidean vector norm, η = (x<sup>T</sup>x)<sup>1/2</sup>.