Closed benninkrs closed 2 months ago
Implemented in 956461d.
The strategy taken was to define row types as adjoints of the column types and write much of the existing code more generically; however, indexing in particular required almost a full custom implementation for row vectors.
Sometimes I want to treat bit vectors as row vectors. A
StaticBitVector
can be wrapped in aTranspose
type, but then most of the custom functionality ofStaticBitVectors
is lost. Another annoying "feature" is that indexing aTranpose
vector with an collection yields a column vector.