代码搜索:Approximation

找到约 1,542 项符合「Approximation」的源代码

代码结果 1,542
www.eeworm.com/read/236767/13999589

m burgers_main.m

%... %... Burgers equation %... %... Authors: A. Vande Wouwer, P. Saucez, W.E. Schiesser (2003) %... %... The well known Burgers equation: %... %... x = -(0.5x^2) + mu*x = -x*x + mu*x
www.eeworm.com/read/381109/9109786

h agg_vcgen_stroke.h

//---------------------------------------------------------------------------- // Anti-Grain Geometry (AGG) - Version 2.5 // A high quality rendering engine for C++ // Copyright (C) 2002-2006 Maxim
www.eeworm.com/read/124283/14580403

changelog

2004-10-26 Brian Gough * exppow.c: added exppow distribution 2004-10-01 Brian Gough * beta.c (gsl_cdf_beta_P, gsl_cdf_beta_P): return con
www.eeworm.com/read/236767/13999566

m five_point_centered_uni_d1.m

function [D]=five_point_centered_uni_D1(z0,zL,n) %... %... A. Vande Wouwer, P. Saucez and W.E. Schiesser (2002) %... %... function five_point_centered_uni_D1 returns the differentiation ma
www.eeworm.com/read/201006/15418398

m quadratic_search.m

function [s, net, t2] = quadratic_search(s0, net0, basekls, restc, smstep, netmstep, fs, data, params, t0, status) % QUADRATIC_SEARCH Line search by method of quadratic approximation % Copyright (C)
www.eeworm.com/read/365862/9842952

m gmm_covariance_intersect.m

function [gr, alpha] = gmm_covariance_intersect(g1, g2, alpha) % Conservative approx: Generalised covariance intersect % TODO: confirm this algorithms correctness. Does it make sense??? % Is there
www.eeworm.com/read/351998/10588959

m gmm_covariance_intersect.m

function [gr, alpha] = gmm_covariance_intersect(g1, g2, alpha) % Conservative approx: Generalised covariance intersect % TODO: confirm this algorithms correctness. Does it make sense??? % Is there