代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/299459/7850317
c qpc2solver.c
/*-----------------------------------------------------------------------
qpcsolver.c: Algorithm solving QPC2 task.
QPC2 task to solve is
min 0.5*alpha'*H*alpha + c'*alpha
subject
www.eeworm.com/read/303101/13821737
m solver_selection_plots.m
%% Solver Selection - Fixed Step
% Here is the most efficient way to choose the best fixed-step solver for
% your model experimentally.
%%
% 1. First, use one of the variable-step solvers
% to
www.eeworm.com/read/134901/5891502
c qpc2solver.c
/*-----------------------------------------------------------------------
qpcsolver.c: Algorithm solving QPC2 task.
QPC2 task to solve is
min 0.5*alpha'*H*alpha + c'*alpha
subject
www.eeworm.com/read/482929/6616294
c az_subdomain_solver.c
/*====================================================================
* ------------------------
* | CVS File Information |
* ------------------------
*
* $RCSfile: az_subdomain_solver.c,v $
*
www.eeworm.com/read/347945/11623563
m solver_can_solve.m
function s = solver_can_solve(solver,problem)
% This file is currently very rudimentary, and will be much more general in
% later releases. At the moment, it is only used very limited in bmibnb, t
www.eeworm.com/read/130982/14164279
sci sci_forward_solver.sci
function [stk,txt,top]=sci_forward_solver()
RHS=[]
for k=1:rhs
RHS=[stk(top)(1),RHS]
top=top-1
end
top=top+1
stk=list('forward_solver'+rhsargs(RHS),'0','?','?','?')
www.eeworm.com/read/216987/14983503
f90 menu_solver.f90
!------------------------------------------------------------------------------!
! MODULE : MENU_SOLVER Auteur : J. Gressier
! Date : Aout
www.eeworm.com/read/490329/1201589
cxx ivp_sphere_solver.cxx
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/490329/1201591
cxx ivp_ray_solver.cxx
// Copyright (C) Ipion Software GmbH 1999-2000. All rights reserved.
#include
#include
#include
#include
www.eeworm.com/read/490329/1201600
hxx ivp_sphere_solver.hxx
#ifndef IVP_SPHERE_SOLVER_INCLUDED
#define IVP_SPHERE_SOLVER_INCLUDED
class IVP_Environment;
class IVP_Real_Object;
class IVP_OV_Node;
class IVP_OV_Tree_Manager;
#ifndef IVP_SET_INCLUDED
#i