代码搜索:gradient
找到约 2,951 项符合「gradient」的源代码
代码结果 2,951
www.eeworm.com/read/162188/10328152
ext gradient.ext
/*
** gradient.ext - external declarations for globals used by GRADIENT.SRC
**
**
** (C) Copyright 1993-1995 Aptech Systems, Inc.
** All Rights Reserved.
**
** This Software Product is PROPRIE
www.eeworm.com/read/424322/10463162
vft gradient.vft
www.eeworm.com/read/424281/10474916
c gradient.c
/* multifit/covar.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gen
www.eeworm.com/read/276343/10744753
bmp gradient.bmp
www.eeworm.com/read/419485/10864706
pro gradient.pro
######################################################################
# Automatically generated by qmake (2.01a) ?? ?? 10 19:51:15 2008
###############################################################
www.eeworm.com/read/419485/10864716
exe gradient.exe
www.eeworm.com/read/270810/11024790
bmp gradient.bmp
www.eeworm.com/read/270448/11036507
jpg gradient.jpg
www.eeworm.com/read/453591/6946933
m gradient.m
function [x, error, niter, flag] = gradient(A, x, b, M, maxit, tol)
flag = 0; niter = 0; bnrm2 = norm( b );
if ( bnrm2 == 0.0 ), bnrm2 = 1.0; end
r = b - A*x; error = norm( r ) / bnrm2;
if ( er