Matrix multiplication of a view of QR.Q with Vector{VariableRef} is slow

See: What is the most efficient way of obtaining the orthogonal column space of a matrix? - #13 by stevengj

We should really have an efficient getindex method for slicing Q, but no one has implemented one yet. We could similarly implement a more efficient method for working with views of Q.

2 Likes