代码搜索:Formulation
找到约 295 项符合「Formulation」的源代码
代码结果 295
www.eeworm.com/read/198177/7948232
m unc_n2_shubert3.m
function [fval]=unc_n2_shubert3(x)
%reference:
%note that you can get the formulation of unc_n2_camel6 from some
%aritcles,such as
%(1)X Liu 'Finding Global Minima with a Computable Filled Functio
www.eeworm.com/read/198177/7948280
m unc_n2_camel6.m
function [fval]=unc_n2_camel6(x)
%reference:
%note that you can get the formulation of unc_n2_camel6 from some
%aritcles,such as
%(1)X Liu 'Finding Global Minima with a Computable Filled Function'
www.eeworm.com/read/198177/7948548
m unc_n1_sin.m
function [fval]=unc_n1_sin(x)
%reference:
%note that you can get the formulation of unc_n1_sin from some
%aritcles,such as
%(1)LN de Castro, FJ Von Zuben 'Learning and optimization using the clona
www.eeworm.com/read/198177/7948556
m unc_nn_sin1.m
function [fval]=unc_nn_sin1(x)
%reference:
%note that you can get the formulation of unc_nn_sin1 from some
%aritcles,such as
%(1)JS Chun, HK Jung, SY Hahn A study on comparison of optimization
%p
www.eeworm.com/read/240189/13232138
pro wind_psd.pro
; $Id: wind_psd.pro,v 1.2 2002/12/11 18:25:11 riccardi Exp $
;+
; WIND_PSD
;
; Kaimal Longitudinal Wind Turbulence: power spectral density (PSD) of wind
; speed fluctuations. The used formulation is v
www.eeworm.com/read/251835/12317527
m crmap0.m
function wp = crmap0(zp,z,beta,aff,qdat)
%CRMAP Single-embedding map in crossratio formulation.
% CRMAP0(ZP,Z,BETA,AFF) computes the image of ZP under the map defined
% by the single prevertex
www.eeworm.com/read/251835/12317778
m crmap.m
function wp = crmap(zp,w,beta,cr,aff,wcfix,Q,qdat)
%CRMAP Schwarz-Christoffel disk map in crossratio formulation.
% CRMAP(ZP,W,BETA,CR,AFF,WCFIX,Q,QDAT) computes the values of the disk
% map a
www.eeworm.com/read/123967/6056513
cpp matrix_representation.cpp
#include "vs_h.h"
#include "dynamic_array.h"
#include "omega_h.h"
#include "u_h.h"
#include "element_formulation.h"
#include "matrix_representation.h"
// private utility for constructor initia
www.eeworm.com/read/251835/12317822
m crinvmap.m
function zp = crinvmap(wp,w,beta,cr,aff,wcfix,Q,qdat,options)
%CRINVMAP S-C disk inverse map in crossratio formulation.
% CRINVMAP(WP,W,BETA,CR,AFF,WCFIX,Q) computes the inverse of the disk
% m
www.eeworm.com/read/184703/9084955
m cgm_2d2.m
function [u,iter,res] = cgm_2d2(z, alpha, beta, nit, tol)
%[u,w,it,res] = cgm_2d(z, alpha, beta, nit, tol, iout);
%Solves the unconstrained formulation of TV denoising
%z: noisy image,