代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/294219/3918967
cc dp2d_cg_mpi.cc
#include
#include
using namespace flens;
using namespace std;
typedef DirichletPoisson2D MatType;
typedef DistributedGridVector2D VecType;
www.eeworm.com/read/294219/3918988
h distributedgridvector.h
#ifndef POISSON_FLENS_DISTRIBUTEDGRIDVECTOR_H
#define POISSON_FLENS_DISTRIBUTEDGRIDVECTOR_H 1
#include
#include
namespace flens {
//== Distribu
www.eeworm.com/read/203062/15366329
inp boltz.inp
boltz.inp
{
demonstration of hybrid Boltzmann solver
}
Variables
{
L = 0.1 // length in m
R = 0.1 // outer radius in m
I = 0.001 // current in A
p = 0.1 // pressure in Torr
n0 = 3e12 //
www.eeworm.com/read/203062/15366362
inp boltz_planar.inp
boltz.inp
{
demonstration of hybrid Boltzmann solver
}
Variables
{
L = 0.1 // length in m
R = 0.1 // outer radius in m
I = 0.001 // current in A
p = 0.1 // pressure in Torr
n0 = 3e12 //
www.eeworm.com/read/383433/8947396
m svm2.m
function [test_targets, a_star] = SVM2(train_patterns, train_targets, test_patterns, kernel, ker_param, solver, slack)
% Classify using (a very simple implementation of) the support vector machine
www.eeworm.com/read/163924/10139907
m vgg_solvelin_blksym.m
%VGG_SOLVELIN_BLKSYM Solves M*x==y where M is (typically huge sparse) symmetric 4-block matrix.
% It solves the system much more efficiently than a general (sparse) linear system solver.
% Typi
www.eeworm.com/read/492033/6430285
h nonlinman.h
#ifndef NONLINMAN_H
#define NONLINMAN_H
#include
#include "alias.h"
#include "galias.h"
#include "iotools.h"
/**
class nonlinman defines type of solver of systems of nonlinear algebraic
www.eeworm.com/read/340730/12137866
m coupler.m
function [x,y,xc,yc,nx,ny,eps] = coupler(n,h,rh,d,rw,side,dx,dy);
% This function creates an index mesh for the finite-difference
% mode solver. The function will accommodate a generalized
% N-
www.eeworm.com/read/221024/14770775
html http:^^www.cs.washington.edu^research^projects^weird^www^skyblue-uist-94.html
Date: Tue, 10 Dec 1996 03:25:02 GMT
Server: NCSA/1.4.2
Content-type: text/html
SkyBlue: A Multi-Way Local Propagation Constraint Solver for User
Interface Construction
www.eeworm.com/read/217597/14957650
h mfsolver.h
#pragma once
#include "BasicData.h"
#include "stdafx.h"
#include
#include
#include "C:\MATLAB6p5\extern\include\engine.h"
// Material Flow Solver
class MFSolver
{
privat