Welcome![Sign In][Sign Up]
Location:
Search - lu decomposition c code

Search list

[Other resourceraa

Description: 一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
Platform: | Size: 65565 | Author: 谢瑶 | Hits:

[Other resource27_142

Description: 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such as, -, *, such as inverse. Achieving the Matrix series PCA LU decomposition, and use it to achieve a linear algebraic equations direct method; There linear equations of the iterative solution. Another definition of a non-mathematical but frequently used for the operation of two elements in the matrix multiplication, eliminate, the right of each matrix element for abs, sqrt, etc.
Platform: | Size: 11623 | Author: 陈冲 | Hits:

[Other resourcenewprogram

Description: 列主元法解方程组C语言代码与LU分解求线性方程 -main-element equations method of C language code and the LU decomposition of linear equations
Platform: | Size: 1309 | Author: 张强 | Hits:

[Algorithmraa

Description: 一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
Platform: | Size: 65536 | Author: 谢瑶 | Hits:

[Algorithm27_142

Description: 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such as,-,*, such as inverse. Achieving the Matrix series PCA LU decomposition, and use it to achieve a linear algebraic equations direct method; There linear equations of the iterative solution. Another definition of a non-mathematical but frequently used for the operation of two elements in the matrix multiplication, eliminate, the right of each matrix element for abs, sqrt, etc.
Platform: | Size: 11264 | Author: 陈冲 | Hits:

[Data structsnewprogram

Description: 列主元法解方程组C语言代码与LU分解求线性方程 -main-element equations method of C language code and the LU decomposition of linear equations
Platform: | Size: 1024 | Author: 张强 | Hits:

[OtherLU

Description: 数值分析中LU分解法解结构矩阵问题,Visual C#源代码-Numerical analysis of LU decomposition method solution of the problem structure matrix, Visual C# Source code
Platform: | Size: 1024 | Author: 王大和 | Hits:

[MPIlu

Description: 这是用并行程序语言MPI做的关于矩阵LU分解的程序,程序中很好的实现了分解过程的并行性。-This is used MPI parallel programming language to do LU decomposition on the matrix of the procedures, procedures to achieve a good decomposition process parallelism.
Platform: | Size: 2048 | Author: 印凤行 | Hits:

[Algorithmmainc

Description: 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative method, Romberg formula, least square method, the fourth-order Runge-Kutta formula, Simpson formula and the principal component elimination method
Platform: | Size: 2718720 | Author: shz | Hits:

[OtherLUDECOPOSITION

Description: This the c code for lu decomposition-This is the c code for lu decomposition
Platform: | Size: 28672 | Author: Ritesh Kumar | Hits:

[Data structsLU_meshod

Description: LU分解发求逆阵,C语言源程序,测试过好用。-LU decomposition of the inverse matrix made, C language source code, tested easy to use.
Platform: | Size: 1024 | Author: fangji | Hits:

[Windows DevelopLUwerwer

Description: 本代码是用C++ 写的LU分解的实现文件 希望对大家有用 -This code is written in c++ LU decomposition of the realization of the hope of the useful file: thank you
Platform: | Size: 1024 | Author: 董坤 | Hits:

[AlgorithmNumerical-Calculation-in-C-language

Description: 数值计算中经典方法的C语言通用程序。包含LU分解法,复化辛普森法,改进欧拉法,拉格朗日插值法,列主元素法,牛顿迭代法,最小二乘法拟合和四阶龙格-库塔法,支持文件读写。-The code is the classic method of numerical calculation of the C language common procedures. Including LU decomposition, re-oriented Simpson method, Improved Euler method, Lagrange interpolation, Out the main element method, Newton method, least squares fitting and fourth-order Runge- Kutta method, supporting read and write files.
Platform: | Size: 9216 | Author: 张震岳 | Hits:

[Algorithmlusolvec

Description: lusolvec.f Numerical solution of a set of linear C *** Equations / a matrix equation A * x = b C *** using LU decomposition, matrix A and C *** vectors b and x being double complex, C *** and inversion of A.-3-D FDTD code with PEC bounlusolvec.f Numerical solution of a set of linear C*** Equations/a matrix equation A* x = b C*** using LU decomposition, matrix A and C*** vectors b and x being double complex, C*** and inversion of A.daries
Platform: | Size: 2048 | Author: 林夕言 | Hits:

[Algorithm002

Description: c语言编的矩阵LU分解的源码,已代入具体矩阵做示范,大家可以根据需要更改具体矩阵-matrix LU decomposition c language source code, substituting concrete matrix to do demonstrations, we needed to change the specific matrix
Platform: | Size: 1024 | Author: yangye | Hits:

[Algorithmmatrix_lu7

Description: LU分解算法运算的C代码实现,数值计算方法 LU分解法-LU decomposition algorithm for calculation of C code, numerical methods LU decomposition
Platform: | Size: 1024 | Author: 时先生 | Hits:

[OtherLU分解的FPGA实现

Description: 主要是基于HLS的LU分解的FPGA实现源码,包括C代码以及matlab代码,官方案例(HLS based LU decomposition based FPGA implementation source code, including C code and matlab code, official case)
Platform: | Size: 818176 | Author: eagle-zsq | Hits:

CodeBus www.codebus.net