Welcome![Sign In][Sign Up]
Location:
Search - LU fortran

Search list

[Other resourceulapack

Description: This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements Cholesky decomposition, LU decomposition, inversion and determinant for general and positive-definite matrices. -This collection of templates wraps the C FOR RTRAN or C interfaces for LAPACK so that they int egrate with the Boost uBLAS library. Currently implements Cholesky decomposition. LU decomposition. inversion and determinant for general and posi tive - definite matrices.
Platform: | Size: 109523 | Author: sunxiaodian | Hits:

[Other resourceLu_decompose

Description: Lu分解求解矩阵,现在比较少用 fortran 程序。 所以比较难找,希望能给用 fortran程序的同行带来方便。
Platform: | Size: 1072 | Author: heeyou | Hits:

[AI-NN-PRulapack

Description: This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements Cholesky decomposition, LU decomposition, inversion and determinant for general and positive-definite matrices. -This collection of templates wraps the C FOR RTRAN or C interfaces for LAPACK so that they int egrate with the Boost uBLAS library. Currently implements Cholesky decomposition. LU decomposition. inversion and determinant for general and posi tive- definite matrices.
Platform: | Size: 109568 | Author: sunxiaodian | Hits:

[AlgorithmLu_decompose

Description: Lu分解求解矩阵,现在比较少用 fortran 程序。 所以比较难找,希望能给用 fortran程序的同行带来方便。-Lu decomposition solving matrix, is now less used fortran program. Therefore, comparison was difficult to find, hope that I can use fortran program peer convenience.
Platform: | Size: 1024 | Author: heeyou | Hits:

[Algorithmsuperlu_3.1.tar

Description: SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions. -SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or
Platform: | Size: 1955840 | Author: anfangde | Hits:

[AlgorithmFDM0308

Description: 用fortran设计的LU分解法计算矩阵的算法-fortran matrix calculation algorithm LU
Platform: | Size: 2048 | Author: 幽幽 | Hits:

[AlgorithmCH6

Description: 具有条件数估计的修正LU分解算法fortran算法程序
Platform: | Size: 4096 | Author: rongbao | Hits:

[Algorithmdoolittle

Description: LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is essentially a Gaussian elimination method expression. A substance is through the primary transformation into an upper triangular matrix, the transformation matrix is a unit lower triangular matrix. This is the so-called Duerlite algorithms (Doolittle algorithm): from the bottom row of the matrix A do elementary transformation, the diagonal elements into the bottom left of zero, and then show the effect of these lines is equivalent to transform the left by a unit lower triangular matrix, this series of unit lower triangular matrix inverse is the product of L matrices, it is also a unit lower triangular matrix. The complexity of these algorithms is generally about the full elimination of the decomposition is not.
Platform: | Size: 1024 | Author: 王伟 | Hits:

[AlgorithmFORTRAN-compilation-algorithm

Description: 用于科学计算的Fortran 90/95算法源程序,用LU分解进行高斯消元法-This module provides all the subroutines needed to solve the problem: Ax=b using direct methods, based on employing either the LU or PLU factorisation methods.
Platform: | Size: 7613440 | Author: kevin | Hits:

[AlgorithmLU

Description: LU分解解3对角方程组 fortran子例程-LU decomposition of solutions of 3 pairs of diagonal equations fortran subroutine
Platform: | Size: 2048 | Author: Big Boss | Hits:

[AlgorithmLU

Description: LU分解方法求解线性方程组的Fortran程序,包含了一个验证程序。计算效率相对于选主元高斯消去法高出一些。-LU decomposition method for solving linear equations Fortran program, includes a verification process. Computational efficiency relative to the pivoting Gaussian elimination than some.
Platform: | Size: 9216 | Author: 李学斌 | Hits:

[AlgorithmLAPACK-3.4.1.tar

Description: LAPACK,其名為Linear Algebra PACKage的縮寫,是一以Fortran程式語言寫就,用於數值計算的函式集。 LAPACK提供了豐富的工具函式,可用於諸如解多元線性方程式、線性系統方程組的最小平方解、計算特徵向量、用於計算矩陣QR分解的Householder轉換、以及奇異值分解等問題。-LAPACK (Linear Algebra PACKage) is a software library for numerical linear algebra. It provides routines for solving systems of linear equations and linear least squares, eigenvalue problems, and singular value decomposition. It also includes routines to implement the associated matrix factorizations such as LU, QR, Cholesky and Schur decomposition.
Platform: | Size: 7465984 | Author: 魏晓宇 | Hits:

[Otherayy_LU

Description: LU分解,使用fortran库函数,很方便的学习小程序。对初学者很有帮助。-LU decomposition, the use of the the fortran library functions, it is convenient learning applet. Useful for beginners.
Platform: | Size: 320512 | Author: | Hits:

[AlgorithmLU

Description: LU fortran code for tran learner at the beginning.-LU fortran code for fortran learner at the beginning.
Platform: | Size: 881664 | Author: 刘大可 | Hits:

[OtherLU

Description: fortran语言编写的LU分解程序,可用来求解小型方程组-fortran language LU decomposition process can be used to solve small equations
Platform: | Size: 1024 | Author: 鸟仔 | Hits:

[Algorithmtp1

Description: Source code Fortran factorisation LU
Platform: | Size: 1024 | Author: kh25524 | Hits:

[Algorithmmain

Description: Fortran子程序,使用矩阵的LU解法解方程-LU solution Fortran subroutine solving equations using matrix
Platform: | Size: 1024 | Author: 雪语 | Hits:

[MPILU

Description: Fortran LU分解fortran LU分解代码 fortran LU分解代码-Fortran LU decomposition fortran LU decomposition code fortran LU decomposition code fortran LU decomposition code
Platform: | Size: 1024 | Author: makayua | Hits:

[AlgorithmLinear_equations__solution

Description: fortran程序编写的线性方程组求解 -包括 LU分解,高斯列主元消去法,高斯消去法,矩阵求逆,乔累斯基,追赶法-Solving linear equations group, programs written in FORTRAN including LU decomposition, Gauss main element elimination method, Gauss elimination method, the matrix inversion, Jo Laski, chase method
Platform: | Size: 7168 | Author: | Hits:

[Algorithmfortran-code(1)

Description: 用fortran编写的解线性方程组的直接方法:包括高斯消去法,列主元素法、lu分解法、追赶法等代码-some code for practing
Platform: | Size: 11200512 | Author: 储著飞 | Hits:
« 12 »

CodeBus www.codebus.net