Commit 2022-03-15 08:11 585d6419
View on Github →refactor(linear_algebra/basic): split file (#12637)
linear_algebra.basic
has become a 2800 line monster, with lots of imports.
This is some further work on splitting it into smaller pieces, by extracting everything about (or needing) span
to linear_algebra.span
.