代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/194440/8193513
m svdsolv.m
function [a,var]= svdsolv(u,s,v,data,vardata)
% solve a linear system given its sigular value decomposition
%
% [a,var] = svdsolv( u, s, v, data, vardata)
% [a,var] = svdsolv( u, s, v, data)
%
% u =
www.eeworm.com/read/194440/8193932
m poly2d.m
function [xgrid,ygrid,zgrid]=poly2d(coeff,order,xcoord,ycoord)
% compute a 2-D polynomial and return gridded values
%
% [xgrid,ygrid,zgrid]=poly2d(coeff,order,xcoord,ycoord)
%
% coeff = a vector of
www.eeworm.com/read/194440/8194819
m contents.m
% The CREWES Migration toolbox
%
% This is a collection of textbook seismic migration routines that has been
% used for instructional purposes. Algorithms include f-k, Kirchhoff, and
% phaseshift migr
www.eeworm.com/read/194440/8194886
m event_spike.m
function amat=event_spike(amat,t,x,tnot,xnot,amp)
% amat=event_spike(amat,t,x,tnot,xnot,amp)
%
% EVENT_SPIKE inserts a spike event in a matrix.
%
% amat ... the matrix of size nrows by ncols
%
www.eeworm.com/read/394659/8214458
m anal1.m
function [E,Nc,mCe,mC,T] = anal1(M,D,st,s);
%
% Ph.D. Thesis
% Copyright by Leandro Nunes de Castro
% March, 2000
% Immune Network (iNet) - Description in iNet.doc
% Function determines the Mi
www.eeworm.com/read/394659/8214512
m anal3.m
function [E,Nc,mC,T] = anal3(M,D,st,s);
%
% Ph.D. Thesis
% Copyright by Leandro Nunes de Castro
% March, 2000
% Immune Network (iNet) - Description in iNet.doc
% Function determines the Minima
www.eeworm.com/read/394659/8214557
m analysis.m
function [E,bE,Nc,mCe,mC,T,U] = analysis(M,D,st,s);
%
% Ph.D. Thesis
% Copyright by Leandro Nunes de Castro
% March, 2000
% Immune Network (iNet) - Description in iNet.doc
% Function determine
www.eeworm.com/read/193461/8225730
html ortho.html
NAME
glOrtho - multiply the current matrix with an orthographic
matrix
C SPECIFICATION
www.eeworm.com/read/193461/8225875
html multmatrix.html
NAME
glMultMatrixd, glMultMatrixf - multiply the current matrix
with the specified matrix
C
www.eeworm.com/read/193461/8226067
html scale.html
NAME
glScaled, glScalef - multiply the current matrix by a
general scaling matrix
C