代码搜索:Generalized

找到约 2,645 项符合「Generalized」的源代码

代码结果 2,645
www.eeworm.com/read/448415/7533753

m tfresnel_g.m

function [tpar_g,tper_g]=tfresnel_g(rpar,rper,k0,k1,d,s,tita_i) % DESCRIPTION: % This function calculates the generalized transmitted coefficients (parallel and perpendicular) % INPUTS % rpar: p
www.eeworm.com/read/198545/7929304

m poisson.m

function [beta,mu,dev,df,se]=poisson(y,x,offset,print); %POISSON Fit Poisson generalized linear model with log-link. % [BETA,MU,DEV,DF,SE]=POISSON(Y,X,OFFSET,PRINT) % All input and output arguments
www.eeworm.com/read/328267/13036791

makefile

# Makefile for libGiST, GiST test programs # # Generalized Search Tree # LINKER = purify -collector=/usr/sww/lib/gcc-lib/hppa1.1-hp-hpux9.03/2.7.2/ld -cache-dir=/tmp/jmh LINKER = g++ # LINKER
www.eeworm.com/read/312163/13617639

m gnpp.m

function [x,fval,stat] = gnpp(H,f,y,options) % GNPP Solves Generalized Nearest Point (GNPP) problem. % % Synopsis: % [x,fval,stat] = gnpp(H,f,y) % [x,fval,stat] = gnpp(H,f,y,options) % % Descriptio
www.eeworm.com/read/265314/11269038

makefile

# Makefile for libGiST, GiST test programs # # Generalized Search Tree # LINKER = purify -collector=/usr/sww/lib/gcc-lib/hppa1.1-hp-hpux9.03/2.7.2/ld -cache-dir=/tmp/jmh LINKER = g++ # LINKER
www.eeworm.com/read/156224/11818270

makefile

# Makefile for libGiST, GiST test programs # # Generalized Search Tree # LINKER = purify -collector=/usr/sww/lib/gcc-lib/hppa1.1-hp-hpux9.03/2.7.2/ld -cache-dir=/tmp/jmh LINKER = g++ # LINKER
www.eeworm.com/read/338293/12314451

m lsolve.m

function x = lsolve(L,y,W,T) %LSOLVE Utility routine for "preconditioned" iterative methods. % % x = lsolve(L,y,W,T) % % Computes the vector % x = L_p*y % where L_p is the A-weighted generalized in
www.eeworm.com/read/128468/14295666

m ganders2.m

function [alpha,theta,solution,minr,t,maxerr]=... ganders2(MI,SG,J,tmax,stopCond,t,alpha,theta) % GANDERS2 algorithm solving Generalized Anderson's task. % [alpha,theta,solution,minr,t,maxerr]=...
www.eeworm.com/read/226428/14474704

makefile

# Makefile for libGiST, GiST test programs # # Generalized Search Tree # LINKER = purify -collector=/usr/sww/lib/gcc-lib/hppa1.1-hp-hpux9.03/2.7.2/ld -cache-dir=/tmp/jmh LINKER = g++ # LINKER
www.eeworm.com/read/213492/15133856

m gnpp.m

function [x,fval,stat] = gnpp(H,f,y,options) % GNPP Solves Generalized Nearest Point (GNPP) problem. % % Synopsis: % [x,fval,stat] = gnpp(H,f,y) % [x,fval,stat] = gnpp(H,f,y,options) % % Descriptio