代码搜索:Gradients
找到约 319 项符合「Gradients」的源代码
代码结果 319
www.eeworm.com/read/138798/13212094
m contents.m
% Netlab Toolbox
% Version 3.3.1 18-Jun-2004
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist
www.eeworm.com/read/130982/14164323
sci integrofgrad.sci
function [IntGrad]=integrofgrad(vtx,%simp,mat_ref)
IntGrad=[];
//function [IntGrad] = integrofgrad(vtx,simp,mat_ref);
//
//function that calculates the integral of the gradients for first order
//te
www.eeworm.com/read/130982/14164465
m integrofgrad.m
function [IntGrad] = integrofgrad(vtx,simp,mat_ref);
%function [IntGrad] = integrofgrad(vtx,simp,mat_ref);
%
%function that calculates the integral of the gradients for first order
%tetrahedral e
www.eeworm.com/read/13871/284570
m contents.m
% Netlab Toolbox
% Version 3.3.1 18-Jun-2004
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist
www.eeworm.com/read/432926/1886129
pde lineargradient.pde
/**
* Simple Linear Gradient
* by Ira Greenberg.
*
* Using the convenient red(), green()
* and blue() component functions,
* generate some linear gradients.
*/
// constants
int Y_AXIS = 1;
www.eeworm.com/read/359369/2978439
m contents.m
% Netlab Toolbox
% Version 3.3.1 18-Jun-2004
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist
www.eeworm.com/read/177674/9442473
m contents.m
% Netlab Toolbox
% Version 3.2.1 31-Oct-2001
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist - Ch
www.eeworm.com/read/176823/9483170
m contents.m
% Netlab Toolbox
% Version 3.3.1 18-Jun-2004
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist - Ch
www.eeworm.com/read/143706/12849695
m contents.m
% Netlab Toolbox
% Version 3.2.1 31-Oct-2001
%
% conffig - Display a confusion matrix.
% confmat - Compute a confusion matrix.
% conjgrad - Conjugate gradients optimization.
% consist - Ch
www.eeworm.com/read/137285/13335136
c first.c
/* first.c
The first ansi program I have written.
It will do conjugate gradients on a function
which has arguments
and which has a gradient routine
that has arguments
too */
#inclu