代码搜索:solves

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

代码结果 1,488
www.eeworm.com/read/460712/7105679

m qlyaps.m

function X = qlyaps(tp,A1,A2,E) % QLYAPS Solve the general form of the Lyapunov matrix equation. (Utility) % X = QLYAPS(TP,A1,A2,E) solves the general form of the Lyapunov % matrix eq
www.eeworm.com/read/219035/7147341

m smt_solve.m

function [vErr, varargout] = smt_solve(Neff, oGd, pos, k0, varargin) % error = SMT_SOLVE(Neff, oGd, positions, k0) % Solves the geometry defined in oGd. % Sources and testing points are distributed
www.eeworm.com/read/449371/7507705

c tsp.c

/** @(#)tsp 970101 KLD * Demonstration of minimumtour (solves Travelling Salesman Problem) * * This test case ... * node: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 *
www.eeworm.com/read/441325/7671820

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/439271/7713209

m qlyaps.m

function X = qlyaps(tp,A1,A2,E) % QLYAPS Solve the general form of the Lyapunov matrix equation. (Utility) % X = QLYAPS(TP,A1,A2,E) solves the general form of the Lyapunov % matrix eq
www.eeworm.com/read/298590/7950263

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/241396/13147377

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/138987/13197244

m lpsetup.m

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

c new_cg.c

#include #include #include "nrutil.h" #include "mynr.h" /* Two routines: light_speed_cg Uses grad and grad grad routines to minimise and cg_solve Solves
www.eeworm.com/read/136709/13364267

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.