rust-ndarray / ndarray-linalg

Linear algebra package for rust-ndarray using LAPACK binding
Other
376 stars 77 forks source link

Fix misleading documentation about tridiagonal matrices #353

Open Chris00 opened 1 year ago

Chris00 commented 1 year ago

The current documentation let the reader think that the first elements of du and dl are not used.