代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/335058/12551984
m tfrridt.m
function [tfr,t,f] = tfrridt(x,t,N,g,h,trace);
%TFRRIDT Reduced Interference Distribution with triangular kernel.
% [TFR,T,F]=TFRRIDT(X,T,N,G,H,TRACE) Reduced Interference
% Distribution with a kernel
www.eeworm.com/read/146860/12607239
m tfrridt.m
function [tfr,t,f] = tfrridt(x,t,N,g,h,trace);
%TFRRIDT Reduced Interference Distribution with triangular kernel.
% [TFR,T,F]=TFRRIDT(X,T,N,G,H,TRACE) Reduced Interference
% Distribution with a kernel
www.eeworm.com/read/237026/13981008
m tfrridt.m
function [tfr,t,f] = tfrridt(x,t,N,g,h,trace);
%TFRRIDT Reduced Interference Distribution with triangular kernel.
% [TFR,T,F]=TFRRIDT(X,T,N,G,H,TRACE) Reduced Interference
% Distribution with a kernel
www.eeworm.com/read/133638/14032648
m tfrridt.m
function [tfr,t,f] = tfrridt(x,t,N,g,h,trace);
%TFRRIDT Reduced Interference Distribution with triangular kernel.
% [TFR,T,F]=TFRRIDT(X,T,N,G,H,TRACE) Reduced Interference
% Distribution with a ker
www.eeworm.com/read/132819/14072136
m tfrridt.m
function [tfr,t,f] = tfrridt(x,t,N,g,h,trace);
%TFRRIDT Reduced Interference Distribution with triangular kernel.
% [TFR,T,F]=TFRRIDT(X,T,N,G,H,TRACE) Reduced Interference
% Distribution with a kernel
www.eeworm.com/read/366144/9828585
di test9.di
Thu Sep 02 18:11:00 Eastern Daylight Time 1999
-----> # QMG test 9: an object like a hex nut with a triangular crack.
Thu Sep 02 18:11:00 Eastern Daylight Time 1999
-----> # Make the brep 'from
www.eeworm.com/read/234163/14120274
m addnodes.m
function [g,HH,Indb1]=addnodes(g,H,bg);
%addnodes Adds nodes in the middle of each face of the triangular element
% Function [g,HH,Indb1]=addnodes(g,H,bg);
% adds nodes in the middle of each edg
www.eeworm.com/read/167185/5462078
c triinv.c
triinv(T,Tinv,n) /* T and Tinv upper triangular */
/* 0 normal return, 1 T singular */
register int n;
register double *T,*Tinv;
{
register int i,j,k,iT,kT;
register double sum,dtemp,*sT,*sTinv;
www.eeworm.com/read/167185/5462093
c orthog.c
orthog(M,T,n)
/* routine returns in M an orthogonal matrix O
and in T an upper triangular matrix T such that M=O*T */
/* if M non-singular, T non-singular */
register double *M,*T;
register int n;
{
www.eeworm.com/read/167185/5462193
c triinv.c
triinv(T,Tinv,n) /* T and Tinv upper triangular */
/* 0 normal return, 1 T singular */
register int n;
register double *T,*Tinv;
{
register int i,j,k,iT,kT;
register double sum,dtemp,*sT,*sTinv;