搜索资源列表
经典jacobi法
- 经典jacobi法
jacobi
- 本程序采用并行方法实现jacobi迭代算法,采用VC2005结合openmp编写-This procedure jacobi method using parallel iterative algorithm using OpenMP VC2005 combines the preparation of
jacobi
- 雅各比迭代并行算法源程序,前提要求对角占优-Jacobi iterative parallel algorithm source code, the prerequisite requirements of diagonally dominant
jacobi
- 此代码是数值分析中的jacobi迭代法的实现方法-This code is a numerical analysis of the realization of jacobi iteration method
Jacobi
- Jacobi的matlab程序是我同学编着玩的,我试了一下挺好,Jacobi迭代算法。-Jacobi s matlab program is edited by students, I play, I tried some very good, Jacobi iterative algorithm.
Jacobi
- 数值计算Jacobi的算法实现,文件名Jacobi.cpp,一个比较优秀的实现算法.-date calculate Jacobi program, wirted in C++.
jacobi
- 本代码是本人在做作业时所编,主要用来求解雅克比矩阵-slove jacobi matrix
gauss-jacobi
- Inplementation of Gauss-Jacobi method
jacobi.f
- Jacobi的fortran程序 包括openmp以及MPI以及openmp与mpi的联合算法-a Jacobi program writen in fortran program to solve a finite difference discretization of Helmholtz equation
jacobi.cpp
- jacobi algorithm (an iterative method of solving a matrix system)
jacobi-matlab
- jacobi算法,看看能用不,我测试是能用的,希望大家也能用上!-jacobi algorithm, can not see, I can test, and I hope we all can be on!
jacobi
- Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p
Jacobi
- 通过迭代方法计算非线性方程组,主要是通过雅克比迭代的方法-Be calculated by iteration of nonlinear equations, mainly through the Jacobi iterative method
jacobi.m
- jacobi solves the equation System A x = b with a Jacobi-Iteration [x] = jacobi(A,b,omega) -jacobi solves the equation System A x = b with a Jacobi-Iteration [x] = jacobi(A,b,omega)
Jacobi
- 雅可比(Jacobi)迭代算法的C++实现,供研究设计使用-Jacobi (Jacobi) iteration algorithm for C++ implementation for research designed to use
jacobi
- 用c语言编写的算法—雅克比迭代,是学习并行的好例子-The algorithm using c language- Jacobi iteration, is a good example of parallel learning
jacobi
- 行交差划分方式下 MPI 实现雅可比迭代算法-Line mode MPI cross into the Jacobi iterative algorithm to achieve
jacobi-mpi3
- Jacobi MPI Algorithm
MPI-jacobi
- 使用MPI计算Jacobi迭代,文件夹里有两个CPP文件,jacobi_std.cpp是标准的Jacobi程序(串行程序),mpi.cpp是MPI版本-Jacobi iterative calculation using MPI, folders, there are two CPP file, jacobi_std.cpp is the standard Jacobi procedure (serial program), mpi.cpp is the MPI version
jacobi
- Jacobi method for solving system of linear equatations in its MPI realization