代码搜索:solves

找到约 1,488 项符合「solves」的源代码

代码结果 1,488
www.eeworm.com/read/167185/5462098

c posdefsol.c

posdefsol(M,A,B,x,y,t,t1,n)/* solves M*x=y, M pos definite, A, B temp matrices, t and t1 temp vectors */ register double A[],B[],M[],x[],y[],t[],t1[]; register int n; { register int rtflag,i; dmmov
www.eeworm.com/read/167185/5462213

c posdefsol.c

posdefsol(M,A,B,x,y,t,t1,n)/* solves M*x=y, M pos definite, A, B temp matrices, t and t1 temp vectors */ register double A[],B[],M[],x[],y[],t[],t1[]; register int n; { register int rtflag,i; dmmov
www.eeworm.com/read/351636/3104175

h lsqr.h

/*: Solves A*x = b */ extern int v3p_netlib_lsqr_( v3p_netlib_integer *m, v3p_netlib_integer *n, int (*aprod)(v3p_netlib_integer*, v3p_netlib_integer*, v3p_n
www.eeworm.com/read/334878/12565425

m dae4.m

function ys=dae4(f,tspan,y0,nint,g) % function ys=dae4(f,tspan,y0,nint,g) % solves a set of differential algebraic equations (DAEs) % f(t,y,y')=0 where y'=dy/dt % with a 4th order method s
www.eeworm.com/read/334878/12565427

m dae2.m

function ys=dae2(f,tspan,y0,nint,g) % function ys=dae2(f,tspan,y0,nint,g) % solves a set of differential algebraic equations (DAEs) % f(t,y,y')=0 where y'=dy/dt % with a 2nd order method s
www.eeworm.com/read/279402/10440766

output

Computation began at 26-Apr-99 15:04:36 Program Simulps14 (20-Apr-99 FH) Added paraxial raytracing. Simulps13q (15-Mar-98 DMEP). Solves for Vp and Vp/Vs; Input data is P travel-time and S-P time.
www.eeworm.com/read/271117/11007166

m dae4o.m

function ys=dae4o(f,tspan,y0,nint,g) % function ys=dae4o(f,tspan,y0,nint,g) % solves a set of differential algebraic equations (DAEs) % f(t,y,y')=0 where y'=dy/dt % with a 4th order method
www.eeworm.com/read/212797/6962563

m vtb9_2.m

function [x,xd]=vtb9_2(n,dt,x0,xd0,a,b,c) %VTB9_2 Finds the multiple degree of freedom system % undamped response using Euler's method. % x=VTB9_2(n,dt,x0,a) Solves the system given the % in
www.eeworm.com/read/212797/6962573

m vtb1_2.m

function [x,xd]=vtb1_2(n,dt,x0,xd0,a,b,c) %VTB1_2 Finds the multiple degree of freedom system % undamped response using Euler's method. % x=VTB1_2(n,dt,x0,a) Solves the system given the % in
www.eeworm.com/read/272224/7096348

m vtb9_2.m

function [x,xd]=VTB9_2(n,dt,x0,xd0,a,b,c) %VTB9_2 Finds the multiple degree of freedom system % undamped response using Euler's method. % x=VTB9_2(n,dt,x0,a) Solves the system given the % in