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

Design of basic data structure for the householder library #4

Closed tbetcke closed 2 years ago

tbetcke commented 2 years ago

How shall a basic data structure for householder look like? Do we support only matrices and vectors? Should we support more general array objects? What kind of memory layouts to support? What about fixed size arrays? In this issue we want to track discussions and progress on these questions.

tbetcke commented 2 years ago

Done.