代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/473219/6848720
m yalmiptest.m
function out = yalmiptest(prefered_solver,auto)
%YALMIPTEST Runs a number of test problems.
%
% YALMIPTEST is recommended when a new solver or a new version
% of YALMIP installed.
%
% EXAM
www.eeworm.com/read/193277/8241632
m yalmiptest.m
function out = yalmiptest(prefered_solver,auto)
%YALMIPTEST Runs a number of test problems.
%
% YALMIPTEST is recommended when a new solver or a new version
% of YALMIP installed.
%
% EXAM
www.eeworm.com/read/294219/3918999
h normalize.h
#ifndef POISSON_SOLVER_KERNEL_IMPL_NORMALIZE_H
#define POISSON_SOLVER_KERNEL_IMPL_NORMALIZE_H 1
namespace flens {
//-- neumann poisson 1d --------------------------------------------------------
te
www.eeworm.com/read/294219/3919010
h residual.h
#ifndef POISSON_SOLVER_KERNEL_IMPL_RESIDUAL_H
#define POISSON_SOLVER_KERNEL_IMPL_RESIDUAL_H 1
namespace flens {
//-- dirichlet poisson 1d ------------------------------------------------------
temp
www.eeworm.com/read/294219/3919011
h norms.h
#ifndef POISSON_SOLVER_KERNEL_IMPL_NORMS_H
#define POISSON_SOLVER_KERNEL_IMPL_NORMS_H 1
namespace flens {
//-- dirichlet poisson 1d ------------------------------------------------------
template
www.eeworm.com/read/407519/2262728
py demo2.py
""" This demo implements a Poisson equations solver
based on the demo "dolfin/demo/pde/poisson/python/demo.py"
in Dolfin using Epetra matrices, the AztecOO CG solver and ML
AMG preconditioner
"""
_
www.eeworm.com/read/407519/2262729
py demo.py
""" This demo implements a Poisson equations solver
based on the demo "dolfin/demo/pde/poisson/python/demo.py"
in Dolfin using Epetra matrices, the AztecOO CG solver and ML
AMG preconditioner
"""
_
www.eeworm.com/read/260708/4328900
pro rubik.pro
% CUBE SOLVER II
% A Rubik's Cube Solver
% written by Dennis Merritt
% as described in Building Expert Systems in Prolog (Springer-Verlag)
% available from:
% Amzi! inc.
% 40 Sam
www.eeworm.com/read/349580/3142495
tex nonlinearsolver.tex
\chapter{Nonlinear solver}
\index{nonlinear solver}
\dolfin{} provides tools for solving nonlinear equations of the form
\begin{equation}
F(u) = 0,
\end{equation}
where $F: \mathbb{R}^{n} \rightar
www.eeworm.com/read/294219/3918979
cc distributedblas_poisson.cc
#include
#include
namespace flens {
//-- BLAS for DistributedGridVector2D ----------------------------------------