indigits / scirust

Scientific Computing Library in Rust
Apache License 2.0
265 stars 29 forks source link

Tridiagonal Matrix type #1

Open shailesh1729 opened 10 years ago

shailesh1729 commented 10 years ago

Just like a triangular matrix type has been defined, a tridiagonal matrix type should be defined. This should implement as many traits as possible.