代码搜索:Approximate
找到约 1,048 项符合「Approximate」的源代码
代码结果 1,048
www.eeworm.com/read/179705/9342517
todo
* Add an inline version of the iterate method for speed? Perhaps not,
the time taken for each iteration surely dominated by the convergence
test.
* Numerical derivatives? Maybe have a function to man
www.eeworm.com/read/358185/10194783
dgpsip-servers
# Publicly available DGPS correction servers
# Three fields are: Latitude, longitude, server name[:port]
# Degree fractional parts are decimal, not mmss. They can be approximate,
# as they are only u
www.eeworm.com/read/424281/10469150
todo
* Add an inline version of the iterate method for speed? Perhaps not,
the time taken for each iteration surely dominated by the convergence
test.
* Numerical derivatives? Maybe have a function to man
www.eeworm.com/read/276264/10751838
out t_lmder.out
PROBLEM 1 DIMENSIONS 5 10
INITIAL L2 NORM OF THE RESIDUALS 5.000000
FINAL L2 NORM OF THE RESIDUALS 2.236068
NUMBER OF FUNCTION EVALU
www.eeworm.com/read/276264/10751842
out t_lmdif.out
PROBLEM 1 DIMENSIONS 5 10
INITIAL L2 NORM OF THE RESIDUALS 5.000000
FINAL L2 NORM OF THE RESIDUALS 2.236068
NUMBER OF FUNCTION EVALU
www.eeworm.com/read/458493/7295805
m simpson.m
function I = simpson(fun,a,b,npanel)
% simpson Composite Simpson's rule
%
% Synopsis: I = simpson(fun,a,b,npanel)
%
% Input: fun = (string) name of m-file that evaluates f(x)
%
www.eeworm.com/read/458493/7295820
m trapezoid.m
function I = trapezoid(fun,a,b,npanel)
% trapezoid Composite trapezoid rule
%
% Synopsis: I = trapezoid(fun,a,b,npanel)
%
% Input: fun = (string) name of m-file that evaluates f(x)
%
www.eeworm.com/read/458488/7296181
m simpson.m
function I = simpson(fun,a,b,npanel)
% simpson Composite Simpson's rule
%
% Synopsis: I = simpson(fun,a,b,npanel)
%
% Input: fun = (string) name of m-file that evaluates f(x)
%
www.eeworm.com/read/458488/7296196
m trapezoid.m
function I = trapezoid(fun,a,b,npanel)
% trapezoid Composite trapezoid rule
%
% Synopsis: I = trapezoid(fun,a,b,npanel)
%
% Input: fun = (string) name of m-file that evaluates f(x)
%
www.eeworm.com/read/436995/7757370
m gdopv.m
% gdopv.m
% Scope: This MATLAB macro computes an approximate value of the geometric
% dilution of precision (GDOP) when four line-of-sight unit vectors
%