The solution vector for a QR decomposed matrix should then be found. Here R is the upper triangular
matrix returned, V is the right-hand side vector, and S is the reference.
This then solves a set of linear equations using the QR decomposition method. Here V is the right-hand side
vector, and S is the reference.