Download this file

2 lines (2 with data), 51 Bytes

1
2
function [y] = precondUpper(r,U)
y = U \ (U' \ r);