代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/403190/2314797
svn-base perform_conjugate_gradient.m.svn-base
function [x,err,it] = perform_conjugate_gradient(A,y,options)
% perform_conjugate_gradient - perform conjugate gradient
%
% [x,err,k] = perform_conjugate_gradient(A,y,options);
%
% Solves for
www.eeworm.com/read/171830/9734000
gif 2497954_07_gradient_fills_thumb.gif
www.eeworm.com/read/367152/9780169
m lans_psurfgrad.m
% lans_psurfgrad - Compute q gradient vectors in data space R^D
%
% [grad[,grad2]] = lans_psurfgrad(psurf);
%
% _____OUTPUTS____________________________________________________________
% grad 1st deri
www.eeworm.com/read/441825/7664291
html index.html
RankNCG
FastErfcSummation Code for fast erfc summation.
FastErfcS
www.eeworm.com/read/380443/9149532
h grad.h
#ifndef __GRAD
#define __GRAD
float Gradient(float, float);
#endif
www.eeworm.com/read/365849/9844118
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/162188/10328419
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/424281/10468874
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/350746/10713446
m nldifdemo1.m
% NLDIFDEMO1 Non linear diffusion demonstration 1
%
% Type NLDIFDEMO1.
%
clc
disp('_____________________________Non Linear diffusion demonstration 1________________________')
disp(' ')
www.eeworm.com/read/462042/7211813
txt 代码8-2.txt
[x,y] = meshgrid([-2:.2:2]);
z = x.*exp(-x.^2-y.^2);
surf(x,y,z,gradient(z)); axis tight