代码搜索:Dim

找到约 10,000 项符合「Dim」的源代码

代码结果 10,000
www.eeworm.com/read/195849/8126614

m df1dim.m

function [df1] = df1dim(x) % Must accompany dlinmin. % Defined in dlinmin. global pcom global xicom; global nrdfun; df = feval(nrdfun, pcom + x.*xicom); df1 = sum(df.*xicom);
www.eeworm.com/read/195849/8126617

m f1dim.m

% Move pcom (x units in xicom direction), and then evaluate the function there. function [f] = f1dim(x) % Must accompany linmin. global pcom; % Defned in linmin. global xicom; global nrfun
www.eeworm.com/read/333410/12684422

m df1dim.m

function [df1] = df1dim(x) % Must accompany dlinmin. % Defined in dlinmin. global pcom global xicom; global nrdfun; df = feval(nrdfun, pcom + x.*xicom); df1 = sum(df.*xicom);
www.eeworm.com/read/333410/12684426

m f1dim.m

% Move pcom (x units in xicom direction), and then evaluate the function there. function [f] = f1dim(x) % Must accompany linmin. global pcom; % Defned in linmin. global xicom; global nrfun
www.eeworm.com/read/331966/12791002

png bg-snippet-dim.png

www.eeworm.com/read/244597/12853362

cpp xdf1dim.cpp

#include #include #include "nr.h" using namespace std; // Driver for routine df1dim int ncom; // defining declarations DP (*nrfunc)(Vec_I_DP &); Vec_DP *pcom_p,*xicom