--- a
+++ b/combinedDeepLearningActiveContour/minFunc/precondTriu.m
@@ -0,0 +1,2 @@
+function [y] = precondUpper(r,U)
+y = U \ (U' \ r);
\ No newline at end of file