Commit 2020-06-10 08:49 d9934b26
View on Github →feat(linear_algebra/basic): curry is linear_equiv (#3012) Currying provides a linear_equiv. This can be used to show that matrix lookup is a linear operation. This should allow to easily provide a finite_dimensional instance for matrices.