代码搜索:Solver

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

代码结果 5,733
www.eeworm.com/read/245644/12786092

c solve.c

#include #include "lpkit.h" #include "lpglob.h" #include "debug.h" /* Globals used by solver */ static short JustInverted; static short Status; static short Doiter; static short DoInvert;
www.eeworm.com/read/131315/5937606

cal chrem.cal

/* * chrem - Chinese remainder theorem/problem solver * * When possible, chrem finds solutions for x of a set of congruences * of the form: * * x = r1 (mod m1) * x = r2 (mod m2) * ...
www.eeworm.com/read/492033/6430594

h eigvalsol.h

#ifndef EIGVALSOL_H #define EIGVALSOL_H #include #include "alias.h" #include "galias.h" #include "iotools.h" /** class eigvalsol defines solver of eigenvalues and eigenvectors JK
www.eeworm.com/read/489227/6476914

c solve.c

#include #include "lpkit.h" #include "lpglob.h" #include "debug.h" /* Globals used by solver */ static short JustInverted; static short Status; static short Doiter; static short D
www.eeworm.com/read/262917/11384482

html mlp.lpomp.html

C Version of OpenMP Laplacian Solver C Version of Laplace Program with OpenMP Parallelism In
www.eeworm.com/read/224546/14585462

m tdof_ss_time_ode45_slnk.m

echo off % tdof_ss_time_ode45_slnk.m state-space solution of tdof model with % initial conditions, step function forcing function and displacement % outputs using the ode45 solver or Simulink, use
www.eeworm.com/read/120261/14808569

c solve.c

#include #include "lpkit.h" #include "lpglob.h" #include "debug.h" /* Globals used by solver */ static short JustInverted; static short Status; static short Doiter; static short DoInvert;
www.eeworm.com/read/115440/15014414

c solve.c

#include #include "lpkit.h" #include "lpglob.h" #include "debug.h" /* Globals used by solver */ static short JustInverted; static short Status; static short Doiter; static short D
www.eeworm.com/read/208659/15239425

m tdof_ss_time_ode45_slnk.m

echo off % tdof_ss_time_ode45_slnk.m state-space solution of tdof model with % initial conditions, step function forcing function and displacement % outputs using the ode45 solver or Simulink, use
www.eeworm.com/read/294219/3918957

cc dp2d_multigrid_mpi.cc

#include #include using namespace flens; using namespace std; typedef DirichletPoisson2D MatType; typedef DistributedGridVector2D VecType;