代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/198172/7948891
m gmres.m
function [x, error, total_iters] = gmres(x0, b, atv, params)
% GMRES linear equation solver
% Implementation following Saad-Schultz
%
% C. T. Kelley, July 10, 1994
%
% This code comes with no guarante
www.eeworm.com/read/198172/7948898
m fdkrylov.m
function [step, error, total_iters, f_evals] = ...
fkrylov(f0, f, x, params, lmeth)
% Krylov linear equation solver for use in nsola
%
% C. T. Kelley, December 30, 1994
%
% This code comes with no
www.eeworm.com/read/347945/11623534
m reduce_bilinear_branching_variables.m
function p = reduce_bilinear_branching_variables(p);
if p.solver.lowersolver.objective.quadratic.convex & isempty(p.evalMap)
% Setup quadratic
Q_ = p.Q;
for i = 1:size(p.bilinears,1)
www.eeworm.com/read/347945/11625281
m calllindo.m
function output = calllindo(interfacedata)
% Author Johan L鰂berg
% $Id: calllindo.m,v 1.6 2006/08/18 11:37:13 joloef Exp $
switch interfacedata.solver.tag
case {'lindo-NLP'}
out
www.eeworm.com/read/257911/11907288
m t_auction_fmincopf.m
function t_auction_fmincopf(quiet)
%T_AUCTION_FMINCOPF Tests for code in auction.m, using fmincon-based solver.
%
% Currently fails many, many tests due to fmincon's incorrect lambdas.
% MATPOWER
www.eeworm.com/read/221024/14772721
html http:^^www.cs.washington.edu^research^projects^weird^www^skyblue-ppcp-93.html
Date: Tue, 10 Dec 1996 03:25:53 GMT
Server: NCSA/1.4.2
Content-type: text/html
The SkyBlue Constraint Solver and Its Applications
The SkyBlue Constra
www.eeworm.com/read/221024/14776310
uwmadison%2fmp-tr-95-09 http:^^www.cs.wisc.edu^dienst^ui^2.0^describe^ncstrl.uwmadison%2fmp-tr-95-09
Server: Dienst V4-1-1
MIME-version: 1.0
Content-type: text/html
QPCOMP: A Quadratic Programming Based Solver for Mixed Complementarity Problems
QPCOMP: A Quadratic Programming Ba
www.eeworm.com/read/490329/1201504
h odesolve.h
#ifndef CTODESOLVER_H
#define CTODESOLVER_H
// this code was adapted from an ode solver by Brian Mirtich
#include
#include
#define ODE_INITIAL_STATE_SIZ
www.eeworm.com/read/294219/3918950
cc dp1d_fps.cc
#include
#include
using namespace flens;
using namespace std;
typedef DirichletPoisson1D MatType;
typedef GridVector1D VecType;
typedef Ga