EricDarve / numerical_linear_algebra

Julia code for the book Numerical Linear Algebra
110 stars 40 forks source link

Course Reader Correction #202

Closed matteosantama closed 4 years ago

matteosantama commented 4 years ago

At the bottom of page 68 in the code for the function trtrsRow(L, b), the line z += L[i, j] * x[j] should be indented.

EricDarve commented 4 years ago

Thank you. It's fixed. I uploaded a new version.