EricDarve / numerical_linear_algebra

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

Expression of Krylov space on page 303. #230

Closed alexchen4ai closed 3 years ago

alexchen4ai commented 4 years ago

Krylov subspace is expressed as K(matrix, #iteration, vector), but all elsewhere are expressed K(matrix, vector, #iteration). Just a small suggestion that they could follow the same convention. image

EricDarve commented 3 years ago

Good catch!!