代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/38039/1090911
mnu fitgrid.mnu
FIT#GRID 拟合栅格
#
Full#Grid 完全栅格
Entire surface grid will be used to perform fit.
将用完全曲面栅格执行拟合。
Sparse#Grid 稀疏栅格
Sparce subset of surface grid will be used to perform fit.
将用曲面栅格的稀疏子集执行拟合。
www.eeworm.com/read/449504/7502842
m f_sac.m
function llike = f_sac(parm,y,x,W1,W2,det1,det2)
% PURPOSE: evaluates log-likelihood for general spatial model
% y = rho*W1*y + X*b + u, u = lam*W2*u + e,
% using sparse matrix algori
www.eeworm.com/read/241836/13113543
m calculatelevelnet.m
function [dh,h,V,L,uw0,uwh,uwl]=calculatelevelnet(ed,dd,sd,gd,pn,h0,be,en,hd,distance)
% 水准网平差
A=sparse(zeros(sd,gd)); %求解系数阵
b=(0:(gd-1))*sd;
A(be'+b)=-1;
A(en'+b)=1;
A=A';
A=A(:,1:dd);
l=ze
www.eeworm.com/read/241836/13113876
m calculatelevelnet.m
function [dh,h,V,L,uw0,uwh,uwl]=calculatelevelnet(ed,dd,sd,gd,pn,h0,be,en,hd,distance)
% 水准网平差
A=sparse(zeros(sd,gd)); %求解系数阵
b=(0:(gd-1))*sd;
A(be'+b)=-1;
A(en'+b)=1;
A=A';
A=A(:,1:dd);
l=ze
www.eeworm.com/read/303463/3810482
m double.m
function sys=double(X)
%DOUBLE Returns current numerical value
% Author Johan L鰂berg
% $Id: double.m,v 1.1 2005/10/12 16:05:54 joloef Exp $
sys = sparse(X.iX,X.jX,X.sX,X.n,X.m);
%X.basis;
www.eeworm.com/read/168118/9937283
m event_diph2.m
function amat=event_diph2(amat,t,x,v,x0,x1,z0,ndelx,theta,amp,flag,noversamp)
% EVENT_DIPH2: construct a dipping event with sparse diffraction superposition
%
% amat=event_diph(amat,t,x,v,x0,x1,z0,
www.eeworm.com/read/449504/7502845
m f2_sac.m
function llike = f2_sac(parm,y,x,W1,W2,det1,det2)
% PURPOSE: evaluates log-likelihood for ML values general spatial model
% y = rho*W1*y + X*b + u, u = lam*W2*u + e,
% using sparse ma
www.eeworm.com/read/38039/1092564
mnu edcrvpnt.mnu
SPLINEPNTS 样条点
#
Sparse 稀疏
Make spline points sparser.
产生离散的样条点
Smooth 光滑
Smooth the spline.
对样条进行光滑处理.
Add 添加
Add a point to the spline.
在样条中增加点
Remove 移除
Delete spline points.
删除样条点
Move 移动
Move sp
www.eeworm.com/read/455463/1614001
m event_diph2.m
function amat=event_diph2(amat,t,x,v,x0,x1,z0,ndelx,theta,amp,flag,noversamp)
% EVENT_DIPH2: construct a dipping event with sparse diffraction superposition
%
% amat=event_diph(amat,t,x,v,x0,x1,z0,
www.eeworm.com/read/194440/8193071
m event_diph2.m
function amat=event_diph2(amat,t,x,v,x0,x1,z0,ndelx,theta,amp,flag,noversamp)
% EVENT_DIPH2: construct a dipping event with sparse diffraction superposition
%
% amat=event_diph(amat,t,x,v,x0,x1,z0,