kabasset / Linx

Extensible ND image laboratory
Apache License 2.0
3 stars 0 forks source link

Remove Matrix (at least for now) #11

Open kabasset opened 1 year ago

kabasset commented 1 year ago

The class was introduced for Affinity, which now relies directly on Eigen. Implementing a full matrix arithmetic/service base would be a nightmare and Eigen would probably be better in every respect.

kabasset commented 1 year ago

On open question is: is it cheap to bypass Eigen completely in Affinity, given the limited usage (inverse() only is hard).