代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/273093/10927572
m nlconst.m
function [x,FVAL,lambda_out,EXITFLAG,OUTPUT,GRADIENT,HESS]= ...
nlconst(funfcn,x,lb,ub,Ain,Bin,Aeq,Beq,confcn,OPTIONS,...
verbosity,gradflag,gradconstflag,hessflag,meritFunctionType,...
C
www.eeworm.com/read/469416/6976446
m gpgrad.m
function g = gpgrad(net, x, t)
%GPGRAD Evaluate error gradient for Gaussian Process.
%
% Description
% G = GPGRAD(NET, X, T) takes a Gaussian Process data structure NET
% together with a matrix
www.eeworm.com/read/172061/7074817
m nlconst.m
function [x,FVAL,lambda_out,EXITFLAG,OUTPUT,GRADIENT,HESS]= ...
nlconst(funfcn,x,lb,ub,Ain,Bin,Aeq,Beq,confcn,OPTIONS,...
verbosity,gradflag,gradconstflag,hessflag,meritFunctionType,...
C
www.eeworm.com/read/462149/7208570
m defocusapprox.m
function [I,F,I_dx] = defocusApprox(Radiance,BlurMap,I0,dBlurMap)
% Generate defocused images and deblurring gradient using
% approximate-but-fast kernel
%
% Check the approximation by running the te
www.eeworm.com/read/455115/7377852
m slanttilt2grad.m
% SLANTTILT2GRAD - slant and tilt to gradient in x y
%
% Function to convert a matrix of slant and tilt values to
% surface gradients.
%
% Usage: [dzdx, dzdy] = slanttilt2grad(slant, tilt)
www.eeworm.com/read/455115/7377855
m grad2slanttilt.m
% GRAD2SLANTTILT - gradient in x y to slant tilt
%
% Function to convert a matrix of surface gradients to
% slant and tilt values.
%
% Usage: [slant, tilt] = grad2slanttilt(dzdx, dzdy)
%
www.eeworm.com/read/442927/7641979
m peaksfunc.m
function out = peaksFunc(x, y, mode)
% peaksFunc: Peaks function's value, gradient and Hessian.
% This function is mainly used in gdDemo.m.
%
% All the derivatives were found by using Symbolic Math To
www.eeworm.com/read/299178/7881196
m nlconst.m
function [x,FVAL,lambda_out,EXITFLAG,OUTPUT,GRADIENT,HESS]= ...
nlconst(funfcn,x,lb,ub,Ain,Bin,Aeq,Beq,confcn,OPTIONS,defaultopt,...
verbosity,gradflag,gradconstflag,hessflag,meritFunctionTy
www.eeworm.com/read/198970/7899787
m klgrad.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% [err1,err2]=klGrad(dens1,dens2,estType)
% Compute gradient of a KL-divergence estimate, D(dens1 || dens2);
%
www.eeworm.com/read/398552/7940088
m nlconst.m
function [x,FVAL,lambda_out,EXITFLAG,OUTPUT,GRADIENT,HESS]= ...
nlconst(funfcn,x,lb,ub,Ain,Bin,Aeq,Beq,confcn,OPTIONS,...
verbosity,gradflag,gradconstflag,hessflag,meritFunctionType,...
C