a b/combinedDeepLearningActiveContour/minFunc/precondTriuDiag.m
1
function [y] = precondUpper(r,U,D)
2
y = U \ (D .* (U' \ r));