代码搜索:extrapolation

找到约 175 项符合「extrapolation」的源代码

代码结果 175
www.eeworm.com/read/344591/11871331

cpp extrapolation.cpp

#include #include #include #include int sgn(double& w) { int t; if (w>0) t=1; if (w==0) t=0; if (w>0) t=-1; return t; } double bessj0(
www.eeworm.com/read/236894/4637192

hpp extrapolation.hpp

/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2004 StatPro Italia srl This file is part of QuantLib, a free-software/open-source library f
www.eeworm.com/read/388642/2548513

eps extrapolation.eps

%!PS-Adobe-2.0 EPSF-2.0 %%Title: extrapolation.dia %%Creator: Dia v0.88.1 %%CreationDate: Sat Oct 12 00:55:09 2002 %%For: tooney %%Magnification: 1.0000 %%Orientation: Portrait %%BoundingBox: 0 0 1168
www.eeworm.com/read/398620/2375921

cpp isf_extrapolation.cpp

/* ------------------------------------------------------------------ * Copyright (C) 2008 PacketVideo * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi
www.eeworm.com/read/281979/9125418

m conjugate gradient minimization -minimize.m

function [X, fX, i] = minimize(X, f, length, varargin) % Minimize a differentiable multivariate function. % % Usage: [X, fX, i] = minimize(X, f, length, P1, P2, P3, ... ) % % where the starting poin
www.eeworm.com/read/360770/10078807

m e861.m

%------------------------------------------------------------------ % Example 8.6.1: Extrapolation Method %--------------------------------------------------------------
www.eeworm.com/read/360770/10079082

m e533.m

%------------------------------------------------------------------ % Example 5.3.3: Contraction Mapping with Aitken Extrapolation %-----------------------------------------------------------------
www.eeworm.com/read/360770/10079265

m romberg.m

function [y,r] = romberg (a,b,tol,m,f,dm) %----------------------------------------------------------------------- % Usage: [y,r] = romberg (a,b,tol,m,f,dm); % % Description: Use the Romberg
www.eeworm.com/read/469123/6977822

m minimize.m

function [X, fX, i] = minimize(X, f, length, varargin) % Minimize a differentiable multivariate function. % % Usage: [X, fX, i] = minimize(X, f, length, P1, P2, P3, ... ) % % where the starting poin