代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/450939/7474357
m gradientregulization.m
% Computes the gradient of the regularization term of the super-resolution
% minimization function. This function implements the gradient of the
% bilateral-filter.
%
% Inputs:
% Xn - The current
www.eeworm.com/read/325790/13184702
m initgradx.m
function obj=initgradx(obj)
% Intializes the gradient with respect to x. Used by, for instance, the EKF filter.
% The result is found in the 'gradx' property. If the gradw property is non-empty,
%
www.eeworm.com/read/137285/13335088
c macopt.c
/* macopt library release 1.1 gradient-based optimizer
Copyright (c) 2002 David J.C. MacKay
This library is free software; you can redistribute it and/or
modify
www.eeworm.com/read/482374/6623680
dec cml.dec
/*
** cml.dec - definitions for globals used in CML
** (C) Copyright 1994-1999 by Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIETARY SOURCE CODE OF APTECH
**
www.eeworm.com/read/212047/15167004
texi multimin.texi
@cindex minimization, multidimensional
This chapter describes routines for finding minima of arbitrary
multidimensional functions. The library provides low level components
for a variety of iterativ
www.eeworm.com/read/393013/8315289
m huituys1.m
[x,y]=meshgrid([-2:.2:2]);
Z=x.*exp(-x.^2-y.^2);
surf(x,y,Z,gradient(Z))
colorbar
colormapeditor
www.eeworm.com/read/184769/9079528
png linear-gradient-svg-rgb24-ref.png
www.eeworm.com/read/184769/9079899
png linear-gradient-svg-argb32-ref.png
www.eeworm.com/read/441825/7664303
m script_gradient_vector_linear_approx_old.m
%% Equations
%
% $$O(N)$$
%
%
% $$O(N)$$
%