代码搜索:Formulation
找到约 295 项符合「Formulation」的源代码
代码结果 295
www.eeworm.com/read/198177/7948388
m unc_n2_camel3.m
function [fval]=unc_n2_camel3(x)
%reference:
%note that you can get the formulation of unc_n2_camel3 from some
%aritcles,such as
%(1)LS Zhang, CK Ng, D Li, WW Tian 'A New Filled Function Method f
www.eeworm.com/read/231340/14238589
m rotstiff25.m
function K=rotstiff(L,E,r,ri,nu)
% K=rotstiff(L,E,r,ri,nu)
% %
% By I. Bucher
% Date 30-3-1997
% Rev. 1.1
% For FV.
%
% added the timoshenko shear using Kramer's formulation
% phi = E*I/
www.eeworm.com/read/231340/14238607
m rotstiff.m
function K=rotstiff(L,E,r,ri,nu)
% K=rotstiff(L,E,r,ri,nu)
% %
% By I. Bucher
% Date 30-3-1997
% Rev. 1.1
% For FV.
%
% added the timoshenko shear using Kramer's formulation
% phi = E*I/
www.eeworm.com/read/435480/7791271
m bdu_regularizedls_main.m
% 用多步线性化方法求解一个非线性最小二乘问题
% (Regularized least squares problem with bounded data uncertainty)
% problem formulation
% standard least squares problem:
% J1=min||Ax-b||
% solution: x=inv(A'*A)*A'*b
www.eeworm.com/read/435480/7791275
asv bdu_regularizedls_main.asv
% 用多步线性化方法求解一个非线性最小二乘问题
% (Regularized least squares problem with bounded data uncertainty)
% problem formulation
% standard least squares problem:
% J1=min||Ax-b||
% solution: x=inv(A'*A)*A'*b