代码搜索:Integration

找到约 3,762 项符合「Integration」的源代码

代码结果 3,762
www.eeworm.com/read/460969/7236513

f90 prepare_int.f90

!----------------------------------------------------------------------- ! subroutine calculates some expresions needed in numerical integration !------------------------------------------------------
www.eeworm.com/read/433047/8550064

m quadndg.m

function int = quadndg(fun,xlow,xhigh,tol) %usage: int = quadndg('Fun',xlow,xhigh) %or % int = quadndg('Fun',xlow,xhigh,tol) % %This function is similar to QUAD or QUAD8 for n-dimensional inte
www.eeworm.com/read/433047/8550107

m cquadnd.m

function nvol = cquadnd (fun,lowerlim,upperlim,nquad) %usage: nvol = cquadnd (fun,lowerlim,upperlim,nquad); % n -- number of dimensions to integrate % nvol -- value of the n-dimensional integral % fu
www.eeworm.com/read/433047/8550117

m gquadnd.m

function nvol = gquadnd (fun,lowerlim,upperlim,nquad) %usage: nvol = gquadnd (fun,lowerlim,upperlim,nquad); % n -- number of dimensions to integrate % nvol -- value of the n-dimensional integral % fu
www.eeworm.com/read/388251/8623473

hpp rungekutta4.hpp

#pragma ident "$Id: RungeKutta4.hpp 70 2006-08-01 18:36:21Z ehagen $" //============================================================================ // // This file is part of GPSTk, the GPS Toolk
www.eeworm.com/read/288303/8643913

m integ2d.m

function som=integ2d(mat,x,y); %INTEG2D Approximate 2-D integral. % SOM=INTEG2D(MAT,X,Y) approximates the 2-D integral of % matrix MAT according to abscissa X and ordinate Y. % % MAT : MxN matrix to
www.eeworm.com/read/431671/8662692

m integ2d.m

function som=integ2d(mat,x,y); %INTEG2D Approximate 2-D integral. % SOM=INTEG2D(MAT,X,Y) approximates the 2-D integral of % matrix MAT according to abscissa X and ordinate Y. % % MAT : MxN matrix to