www.gusucode.com > SAE RBM 程序MATLAB源码代码实现的一个关于sae的例子 > minFunc/precondTriu.m

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