代码搜索:Solver

找到约 5,733 项符合「Solver」的源代码

代码结果 5,733
www.eeworm.com/read/138987/13197347

m mp_lp.m

function [xout, lambdaout, howout, success] = mp_lp(f,A,b,VLB,VUB,x0,N,verbosein) % MP_LP Linear program solver. % Calls bp() from BPMPD package to solve linear program if available. % Otherwise
www.eeworm.com/read/315461/13541910

m ch11_b.m

% Produce a state portrait for the SIMULINK model sysmdl_e % using a quiver plot h = 0.01 ; % Fixed step size opts = simset('Solver','ode5','FixedStep',h) ; x1 = -2.5:0.25:2.5 ; % Set up the x1 and
www.eeworm.com/read/492937/6414390

m gui_generate.m

function gui_generate(P); % P-{1-discrete map % 2-continuous system % 3-SDE} % last modified 28.08.07 global TS GSD_GLOBALS switch P case 1 data=map_solver; st
www.eeworm.com/read/492033/6430345

h nssolver.h

#ifndef NSSOLVER_H #define NSSOLVER_H #include void solve_nonlinear_statics (); void nonlinear_solver (long lcid); void print_output(long idlc); long arclength (long lcid,long adaptcontr
www.eeworm.com/read/492033/6430493

hold nssolver.hold

#ifndef NSSOLVER_H #define NSSOLVER_H #include void solve_nonlinear_statics (); void nonlinear_solver (long lcid); void print_output(long idlc); long arclength (long lcid,long adaptcontr
www.eeworm.com/read/403838/11508909

m l1_ls.m

function [x,status,history] = l1_ls(A,varargin) % % l1-Regularized Least Squares Problem Solver % % l1_ls solves problems of the following form: % % minimize ||A*x-y||^2 + lambda*sum|x_i|, % %
www.eeworm.com/read/490329/1201852

cxx ivp_constraint_car.cxx

// Copyright (C) Ipion Software GmbH 1999-2000. All rights reserved. #include #include #include #include #includ
www.eeworm.com/read/303463/3810227

m reduce_bilinear_branching_variables.m

function p = reduce_bilinear_branching_variables(p); if p.solver.lowersolver.objective.quadratic.convex % Setup quadratic Q_ = p.Q; for i = 1:size(p.bilinears,1) if p.c(p.bili
www.eeworm.com/read/407519/2262296

h epetrapreconditioner.h

// Copyright (C) 2008 Kent-Andre Mardal. // Licensed under the GNU LGPL Version 2.1. // // Last changed: 2008-05-16 #ifdef HAS_TRILINOS #ifndef __EPETRA_PRECONDITIONER_SOLVER_H #define __EPETRA_PRE
www.eeworm.com/read/407519/2263193

h epetrapreconditioner.h

// Copyright (C) 2008 Kent-Andre Mardal. // Licensed under the GNU LGPL Version 2.1. // // Last changed: 2008-05-16 #ifdef HAS_TRILINOS #ifndef __EPETRA_PRECONDITIONER_SOLVER_H #define __EPETRA_PRE