EricDarve / numerical_linear_algebra

Julia code for the book Numerical Linear Algebra
114 stars 41 forks source link

Using Julia dot() to resolve potential type conflicts. #199

Closed Zan-AA closed 4 years ago

Zan-AA commented 4 years ago

using Julia dot() function in place of an explicit vector multiplication to resolve potential type conflicts.

Zan-AA commented 4 years ago

PR for #198 (type conflict in GMRES)