代码搜索:Solver

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

代码结果 5,733
www.eeworm.com/read/217521/14959385

h parallel_loqo.h

// D. Brugger, september 2006 // parallel_loqo.c - parallel implementation of LOQO qp solver using PLAPACK. // $Id: parallel_loqo.h 7 2006-12-16 16:45:32Z beeblbrox $ // // Copyright (C) 2006 Dominik
www.eeworm.com/read/349580/3143013

h monoadaptivenewtonsolver.h

// Copyright (C) 2005-2006 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005-01-28 // Last changed: 2006-08-08 #ifndef __MONO_ADAPTIVE_NEWTON_SOLVER_H #define __MONO_A
www.eeworm.com/read/349580/3143031

h monoadaptivefixedpointsolver.h

// Copyright (C) 2005-2006 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005-01-28 // Last changed: 2006-08-08 #ifndef __MONO_ADAPTIVE_FIXED_POINT_SOLVER_H #define __M
www.eeworm.com/read/294219/3918972

cc dp1d_multigrid_lowlevel.cc

#include #include using namespace flens; using namespace std; const int l = 10, lMin = 2; const int rh = (1
www.eeworm.com/read/407519/2262219

h monoadaptivenewtonsolver.h

// Copyright (C) 2005-2006 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005-01-28 // Last changed: 2006-08-08 #ifndef __MONO_ADAPTIVE_NEWTON_SOLVER_H #define __MONO_A
www.eeworm.com/read/407519/2262252

h monoadaptivefixedpointsolver.h

// Copyright (C) 2005-2006 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005-01-28 // Last changed: 2006-08-08 #ifndef __MONO_ADAPTIVE_FIXED_POINT_SOLVER_H #define __M
www.eeworm.com/read/407519/2263116

h monoadaptivenewtonsolver.h

// Copyright (C) 2005-2006 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005-01-28 // Last changed: 2006-08-08 #ifndef __MONO_ADAPTIVE_NEWTON_SOLVER_H #define __MONO_A
www.eeworm.com/read/407519/2263149

h monoadaptivefixedpointsolver.h

// Copyright (C) 2005-2006 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005-01-28 // Last changed: 2006-08-08 #ifndef __MONO_ADAPTIVE_FIXED_POINT_SOLVER_H #define __M
www.eeworm.com/read/368662/2812447

m mp_lp.m

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

m mp_qp.m

function [xout, lambdaout, howout, success] = mp_qp(H,f,A,b,VLB,VUB,x0,N,verbosein,skip_bpmpd) % MP_QP Quadratic program solver. % Calls bp() from BPMPD package to solve quadratic program if availa