代码搜索:solves

找到约 1,488 项符合「solves」的源代码

代码结果 1,488
www.eeworm.com/read/321045/13412963

m ip.m

% By Sherif A. Tawfik, Faculty of Engineering, Cairo University % [x,val,status]=IP1(f,A,b,Aeq,beq,lb,ub,M,e) % this function solves the following mixed-integer linear programming problem % min f
www.eeworm.com/read/316507/13521823

f bw.f

program beamwarm c...Solves the Riemann problem for the Euler equations using c...the Beam-Warming second-order upwind method based on any c...of three possible flux vector splittings. c.
www.eeworm.com/read/312163/13617616

m~ gnpp.m~

function [x,fval,stat] = gnpp(H,f,y,options) % GNPP Solves Generalized Nearest Point (GNPP) problem. % % Synopsis: % [x,fval,stat] = gnpp(H,f) % [x,fval,stat] = gnpp(H,f,options) % % Description: %
www.eeworm.com/read/312163/13617622

m~ gnnls.m~

function [x,fval,stat] = gnnls(H,f,options) % GNNLS Solves Generalized Non-negative Least Squares Problem (GNNLS). % % Synopsis: % [x,fval,stat] = gnnls(H,f) % [x,fval,stat] = gnnls(H,f,options) %
www.eeworm.com/read/130196/5963034

m ls_solve_w.m

function [x,f]=ls_solve_w(A, b, eta, lambda) % [x,f]=ls_solve_w(A, b, eta, lambda) % % solves a weighted Least Squares problem with regularization % G. Raetsch 1.6.98 % Copyright (c) 1998
www.eeworm.com/read/123745/6058146

f bw.f

program beamwarm c...Solves the Riemann problem for the Euler equations using c...the Beam-Warming second-order upwind method based on any c...of three possible flux vector splittings. c.
www.eeworm.com/read/320368/6294785

txt d15r1.txt

Dim C2, FACTR, M, N Private Sub Command1_Click() 'PROGRAM D15R1 'Driver for routine SHOOT 'Solves for eigenvalues of Spheroidal Harmonics. Both 'Prolate and Oblate case are handle
www.eeworm.com/read/485012/6570564

m lpsetup.m

function [x, duals, idx_workc, idx_bindc] = LPsetup(a, f, b, nequs, vlb, vub, idx_workc, mpopt) % LPSETUP solves a LP problem using a callable LP routine % The LP problem is defined as follows: % % mi
www.eeworm.com/read/156956/11750231

m lpsetup.m

function [x, duals, idx_workc, idx_bindc] = LPsetup(a, f, b, nequs, vlb, vub, idx_workc, mpopt) % LPSETUP solves a LP problem using a callable LP routine % The LP problem is defined as follows: % % mi
www.eeworm.com/read/259727/11770580

m lpsetup.m

function [x, duals, idx_workc, idx_bindc] = LPsetup(a, f, b, nequs, vlb, vub, idx_workc, mpopt) % LPSETUP solves a LP problem using a callable LP routine % The LP problem is defined as follows: % % mi