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

    function [y] = precondDiag(r,D)
y = D.*r;