Principia
Principia copied to clipboard
Beef up TransposedView
(Note: we may want to have a more general and more powerful
TransposedViewin the future as the result of allTranspose(with conversions to the appropriate matrix types if actual transposition of the data is needed), but this is a rabbit hole for another day; for now this draft is good enough.)
Originally posted by @eggrobin in https://github.com/mockingbirdnest/Principia/pull/3287#discussion_r789228715
Also unify the operators in fixed_arrays and unbounded_arrays to avoid having each implementation twice.