UCL-ARC / householder

A native Rust library for advanced Linear Algebra routines
https://docs.rs/householder/latest/householder/
Apache License 2.0
23 stars 5 forks source link

Scalar trait for Householder #16

Open tbetcke opened 2 years ago

tbetcke commented 2 years ago

We currently use the cauchy::Scalar trait for Householder. It is well designed but not without problems.

It might be useful to design our own scalar traits based around num::float