代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/113579/15453004
m rbf_rr_2.m
function [C, R, w, info, conf] = rbf_rr_2(X, y, conf)
%
% Ridge regression using radial basis functions.
%
% Solves a regression problem with inputs X and outputs y using ridge
% regression (weight de
www.eeworm.com/read/101557/15826748
m qp.m
function [X,lambda,how]=qp(H,f,A,B,vlb,vub,X,neqcstr,verbosity,negdef,normalize)
%QP Quadratic programming.
% X=QP(H,f,A,b) solves the quadratic programming problem:
%
% min 0.5*x'Hx +
www.eeworm.com/read/101557/15826906
m qp.m
function [X,lambda,how]=qp(H,f,A,B,vlb,vub,X,neqcstr,verbosity,negdef,normalize)
%QP Quadratic programming.
% X=QP(H,f,A,b) solves the quadratic programming problem:
%
% min 0.5*x'Hx +
www.eeworm.com/read/386625/8734530
m pbicgstab.m
%PBICGSTAB Preconditioned stabilized bi-conjugate gradient method.
%
% [X,RESIDS,ITS]=PBICGSTAB(A,B,X0,RTOL,PRTOL,MAX_IT,MAX_TIME,MAX_MFLOP)
% solves the system AX = B using the precond
www.eeworm.com/read/428849/8835026
m gnnls.m
function [x,fval,stat] = gnnls(H,f,options)
% GNNLS Solves Generalized Non-negative Least Squares (GNNLS) problem.
%
% Synopsis:
% [x,fval,stat] = gnnls(H,f)
% [x,fval,stat] = gnnls(H,f,options)
%
www.eeworm.com/read/427233/8959673
m mcf.m
input(' This program solves the minimum-cost flow problem.')
n=input('Enter the number of the verties : ')
W=input('Enter the cost matrix as W(s,s): ') %W(i,j)=inf if (i,j) isn't in graph
C=inpu
www.eeworm.com/read/427233/8959681
m zhuliu1.m
input(' This program solves the minimum-cost flow problem.')
n=input('Enter the number of the verties : ')
W=input('Enter the cost matrix as W(n,n): ') %W(i,j)=inf if (i,j) isn't in graph
r=inpu
www.eeworm.com/read/184890/9067382
cpp fname2.cpp
//: C14:FName2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Subtyping solves the problem
#in
www.eeworm.com/read/381240/9100921
m rwg4.m
%RWG4 Solves MoM equations for the antenna radiation problem
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from RWG3, impedance.mat,
% as inputs.
%
% Also calcula
www.eeworm.com/read/381238/9100973
m rwg4.m
%RWG4 Solves MoM equations for the antenna radiation problem
% Uses the mesh file from RWG2, mesh2.mat, and
% the impedance file from RWG3, impedance.mat,
% as inputs.
%
% Also calcula