Switch to unified view

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