代码搜索:Solver

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

代码结果 5,733
www.eeworm.com/read/407519/2262631

readme

This simple test program demonstrates how to implement a PDE solver with DOLFIN. The problem first needs to be stated in variational form: Find u in V such that a(v, u) = L(v) for all v in V.
www.eeworm.com/read/247527/12652438

m ga.m

function [x,fval,exitFlag,output,population,scores] = ga(FUN,genomeLength,options) %GA Genetic algorithm solver. % X = GA(FITNESSFCN,NVARS) finds the minimum of FITNESSFCN using % GA. NVARS
www.eeworm.com/read/237003/13982857

cpp cfd.cpp

/* * This is a small 4th-order Computational Fluid Dynamics solver. It * illustrates multicomponent arrays (i.e. vector fields) and stencil * objects. It is implemented in "C++Tran" style for sim
www.eeworm.com/read/203062/15366696

h parpoi.h

// the Parallel Poisson object. #ifndef __PARPOI_H #define __PARPOI_H // Include the PETSC parallel solver library stuff. // MUST BE INCLUDED FIRST because of namespace issues with "Scalar" #define
www.eeworm.com/read/103816/15719763

imp quiksolv.imp

// // $Source: /home/gambit/CVS/gambit/sources/poly/quiksolv.imp,v $ // $Date: 2002/08/27 17:29:49 $ // $Revision: 1.2 $ // // DESCRIPTION: // Implementation of quick-solver classes // // This file is
www.eeworm.com/read/103816/15719773

cc quiksolv.cc

// // $Source: /home/gambit/CVS/gambit/sources/poly/quiksolv.cc,v $ // $Date: 2002/08/27 17:29:48 $ // $Revision: 1.2 $ // // DESCRIPTION: // Instantiations of quick-solver classes // // This file is
www.eeworm.com/read/280731/10297114

h uofinfo.h

#ifndef _UOFINFO_ #define _UOFINFO_ #include "UOFId.h" #include "UOFSolver.h" //! Basic Info class /*! Users should overrides this class if you define a new solver. This class is responsibl
www.eeworm.com/read/415194/6281725

m greed_omp_cg.m

function [s, err_mse, iter_time]=greed_omp_cg(x,A,m,varargin) % greed_omp_cg: Orthogonal Matching Pursuit algorithm based on full % conjugate gradient solver %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/263516/11359490

m fm_gamsfig.m

function fig = fm_gamsfig(varargin) % FM_GAMSFIG create GUI for Optimal Power Flow settings % intended for the GAMS solver. % % FIG = FM_GAMSFIG % %see OPF structure for settings % %Auth
www.eeworm.com/read/310372/3698513

hs sat.hs

-- | An interface to the MiniSat SAT solver. module Language.Atom.SAT ( Formula (Var, Const, Not, And, Or) , sat ) where import qualified Data.Set as Set import qualified Data.Map as Map impor