Is there a standard implementation of reflector/householder matrices and their efficient multiplication with vectors (e.g. O(n) cost)?
I don’t think this would be hard to implement for my specific purposes, but for that same reason I’m suspecting it exists somewhere already. But I haven’t been able to find it anywhere.
Thanks!