代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/294219/3918996
h restriction.h
#ifndef POISSON_SOLVER_FLENS_IMPL_RESTRICTION_H
#define POISSON_SOLVER_FLENS_IMPL_RESTRICTION_H 1
#include
namespace flens {
//-- dirichlet poisson 1d ------------------------------
www.eeworm.com/read/294219/3919000
h fastpoissonsolvers.h
#ifndef POISSON_SOLVER_KERNEL_IMPL_FASTPOISSONSOLVERS_H
#define POISSON_SOLVER_KERNEL_IMPL_FASTPOISSONSOLVERS_H 1
#include
namespace flens {
//-- dirichlet poisson 1d --------------------
www.eeworm.com/read/386625/8734516
m run.m
%RUN Apply a solver to a linear system.
%
% [X1,RESIDS1,ITS1] = RUN applies a solver to a discretized PDE problem
% and returns the solution X1, history of residuals RESIDS1, and
%
www.eeworm.com/read/421666/10713259
tex glpk10.tex
%* glpk10.tex *%
\chapter{Stand-alone LP/MIP Solver}
\label{chaglpsol}
The GLPK package includes the program \verb|glpsol| which is a
stand-alone LP/MIP solver. This program can be invoked from the
www.eeworm.com/read/467815/7001854
m nsol.m
function [sol, it_hist, ierr] = nsol(x,f,tol,parms)
% Newton solver, locally convergent
% solver for f(x) = 0
%
% Hybrid of Newton, Shamanskii, Chord
%
% C. T. Kelley, November 26, 1993
%
% This code
www.eeworm.com/read/198172/7948881
m nsola.m
function [sol, it_hist, ierr] = nsola(x,f,tol, parms)
% Newton-Krylov solver, globally convergent
% solver for f(x) = 0
%
% Inexact-Newton-Armijo iteration
%
% Eisenstat-Walker forcing term
%
% Parab
www.eeworm.com/read/198172/7948901
m nsol.m
function [sol, it_hist, ierr] = nsol(x,f,tol,parms)
% Newton solver, locally convergent
% solver for f(x) = 0
%
% Hybrid of Newton, Shamanskii, Chord
%
% C. T. Kelley, November 26, 1993
%
% This code
www.eeworm.com/read/242626/12996226
m nsol.m
function [sol, it_hist, ierr] = nsol(x,f,tol,parms)
% Newton solver, locally convergent
% solver for f(x) = 0
%
% Hybrid of Newton, Shamanskii, Chord
%
% C. T. Kelley, November 26, 1993
%
% This code
www.eeworm.com/read/185152/9054824
m solvdemo.m
format long;
echo on; clc
%Tutorial For The Solver For Local Nonlinear Optimization Problems (SolvOpt)
%###########################################################################
%
% This is a
www.eeworm.com/read/217041/6952126
txt spdoc.txt
Sparse User's Guide
A Sparse Linear Equation Solver
Version 1.3a