代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/369152/9661559

m lmspolor.m

function [LMSout,blms,Rsq]=LMSpolor(y,p,x) %Syntax: [LMSout,blms,Rsq]=LMSpolor(y,p,x) %_________________________________________ % % Calculates the Least Median of Squares (LMS) polynomial regress
www.eeworm.com/read/369152/9661567

m lmsregor.m

function [LMSout,blms,Rsq]=LMSregor(y,X) %Syntax: [LMSout,blms,Rsq]=LMSregor(y,X) %_______________________________________ % % Calculates the Least Median of Squares (LMS) simple/multiple % regre
www.eeworm.com/read/368885/9674741

m levmar.m

function [ret, popt, info, covar]=levmar(fname, jacname, p0, x, itmax, opts, type) % LEVMAR matlab MEX interface to the levmar non-linear least squares minimization % library available from http://ww
www.eeworm.com/read/172473/9706195

m linsht.m

function L=linsht(F1,F2,a,b,alpha,beta,M) %Input - F1 and F2 are the systems of first-order equations % representing the I.V.P.'s (9) and (10), respectively; % input as strings '
www.eeworm.com/read/172473/9706207

m tpcoeff.m

function [A,B]=tpcoeff(X,Y,M) %Input - X is a vector of equally spaced abscisssas in [-pi, pi] % - Y is a vector of ordinates % - M is the degree of the trigomometric polynomial %O
www.eeworm.com/read/172473/9706249

m heun.m

function H=heun(f,a,b,ya,M) %Input - f is the function entered as a string 'f' % - a and b are the left and right endpoints % - ya is the initial condition y(a) % - M is the nu
www.eeworm.com/read/172473/9706323

m rk4.m

function R=rk4(f,a,b,ya,M) %Input - f is the function entered as a string 'f' % - a and b are the left and right endpoints % - ya is the initial condition y(a) % - M is the
www.eeworm.com/read/368137/9709990

cpp vecprint.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/368137/9710019

cpp vecprintmain.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/368137/9710103

cpp vec_init.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that