QR factorization of tridiagonal matrix

263 Views Asked by At

Assume I have an arbitrary $m \times m$ tridiagonal real matrix. Assuming I'm using the Householder method, how many FLOPs are needed to get its QR factorization? How would one calculate it?