yep, in DenseQR we are checking
Interesting that this passed the unit tests. I'll update the tests and check in a fix.
if (MatrixR.RowCount != input.RowCount)
but we we should be using the Q matrix not R.Interesting that this passed the unit tests. I'll update the tests and check in a fix.