代码搜索:solves

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

代码结果 1,488
www.eeworm.com/read/334860/12568138

m nlsq.m

function [x,CostFunction,JAC,EXITFLAG,OUTPUT] = nlsq(funfcn,x,verbosity,options,CostFunction,JAC,YDATA,caller,varargin) %NLSQ Solves non-linear least squares problems. % NLSQ is the core code for
www.eeworm.com/read/147096/12584986

m lp.m

function [x,lambda,how]=lp(f,A,B,vlb,vub,x,neqcstr,verbosity) %LP Linear programming. % X=LP(f,A,b) solves the linear programming problem: % % min f'x s
www.eeworm.com/read/237289/13969942

readme

SHAREWARE FATOMO: 3-D tomography with fat rays This directory contains a cleaned FATOMO version dating from Oct., 2000, This version of FATOMO solves the coupled hypocenter-velocity problem. Tr
www.eeworm.com/read/235612/14060776

m levrec.m

function x=levrec(aa,b); % x=levrec(aa,b) % % This function solves the matrix equation Tx=b for the vector % x using Levinson recursion. The symmetric Toeplitz matrix T is % assumed specified comple
www.eeworm.com/read/101557/15826903

m lp.m

function [x,lambda,how]=lp(f,A,B,vlb,vub,x,neqcstr,verbosity) %LP Linear programming. % X=LP(f,A,b) solves the linear programming problem: % % min f'x s
www.eeworm.com/read/386621/8735030

m simple.m

function simple % SIMPLE solves Poisson equation with Dirichlet boundaray condition in a % L-shaped domain with FEM using uniform mesh refinement. % % L. Chen & C. Zhang 10-16-2006 %---------------
www.eeworm.com/read/427960/8908549

cpp hilbert.cpp

/* * Solve set of linear equations involving * a Hilbert matrix * i.e. solves Hx=b, where b is the vector [1,1,1....1] * * Requires: flash.cpp * * Copyright (c) Shamus Software 19
www.eeworm.com/read/427233/8959569

m match.m

%match.m %This program solves the maximum matching problem. s=input('Enter the vertices number of S:s= ') t=input('Enter the vertices number of T:t= ') W=input('Enter the matrix of the graph:[W(
www.eeworm.com/read/427233/8959615

m sp_f.m

%SP_f.m %This program solves the Shortest Path Problem by using Floyd Algorithm. n=input('Enter the vertices number of the graph:n= ') W=input('Enter the weight adjacent matrix of the graph:[W(1,
www.eeworm.com/read/427201/8966350

m rwg31.m

%RWG31 FREQUENCY LOOP % Calculates the impedance matrix using function IMPMET % and solves MoM equations % Uses the mesh file from RWG2, mesh2.mat, as an input. % % The following parame