Welcome![Sign In][Sign Up]
Location:
Search - Cholesky

Search list

[Special EffectsVision

Description: Computer Vision algorithms and applications provides a total operation count for Cholesky factorization.
Platform: | Size: 459776 | Author: centenial100 | Hits:

[matlabcholesky

Description: 平方根法程序 输入变量为一个n阶正定矩阵A,输出的结果为下三角矩阵L-Square root law procedures
Platform: | Size: 2048 | Author: sanbudeyu | Hits:

[matlabSL0MatlabCode

Description: cholesky分解,可以放心的使用,已经调试正确了-cholesky decomposition, you can safely use, has the right of the debugging
Platform: | Size: 5120 | Author: 杨良龙 | Hits:

[Algorithmshuzhijisuan

Description: 数值计算 Gauss Cholesky Doolitle Lagrange Newton 求矩阵的五种方法-Numerical calculation Gauss Cholesky Doolitle Lagrange Newton asked matrix five methods
Platform: | Size: 3072 | Author: 缃搿 | Hits:

[Special EffectsCholesky.h

Description: 本代码是用C++写的 求矩阵的球拉丝机分解 对大家可能有用 -This code is written in c++ for matrix decomposition of wire drawing machine ball you may be useful. Thank you. Thank you
Platform: | Size: 1024 | Author: 董坤 | Hits:

[Windows DevelopCholesky.cpp

Description: 本代码是用C++ 写的丘拉斯基分解的实现文件 头文件已经上传 希望对大家有用 -This code is written in c++ and the high places of the decomposition of the yankees lars implementation file header file upload hope of the useful has been: thank you
Platform: | Size: 1024 | Author: 董坤 | Hits:

[Algorithmmatrix

Description: 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、实矩阵LU分解、用豪斯荷尔德(Householder)变换对一般m*n阶的实矩阵进行QR分解、对称正定阵的乔里斯基(Cholesky)分解及求其行列式值、一般实矩阵的奇异值分解、广义逆的奇异值分解。-This package contains a number of matrix processing, matrix processing to meet the general requirements, due to the separation of functions to different ". Cpp" file, so the need to use their own user-selected replacement suitable to use ". Cpp" files. Among them, the matrix function: output matrix, the matrix transpose, matrix normalized to determine the matrix symmetric, symmetric positive definite matrix to determine the whole pivoting method for the matrix determinant, full pivoting Gauss (Gauss) elimination method for the general matrix of rank, with full pivoting Gauss- Jordan (Gauss-Jordan) elimination method to calculate the real (complex) inverse of a matrix, with a "variable cycle re-number method" method for the symmetric positive definite matrix inverse, Portland hold (Trench) method for the Tuobo Leeds (Toeplitz) matrix inverse real matrix LU factorization, with high Siheerde (Householder) transformations of the general order of m* n matrix QR decomposition of real symmetr
Platform: | Size: 1077248 | Author: wuzw | Hits:

[Algorithmachol

Description: 用乔里斯基分解法求系数矩阵为对称正定右端为常向量的方程组-Demand coefficient matrix with the Cholesky decomposition method for symmetric positive definite the right end of the constant vector equations
Platform: | Size: 1024 | Author: wanglei | Hits:

[Special Effectssparse_learning

Description: cholesky算法信号稀疏解 对于数据压缩有很大帮助-we are the world we are the children we are the ones
Platform: | Size: 2048 | Author: 王坤 | Hits:

[Algorithmdeformation_transfer

Description: 在不考虑邻近点算法的情况下实现变形传递的C源程序,包括解大型方程组的cholesky分解程序、点标记点程序、求解能量函数的程序。-Not consider the proximal point algorithm for deformation transfer of the C source code, including the solution of large-scale equations cholesky decomposition procedure, the point marked point process, solving the energy function of the program.
Platform: | Size: 26862592 | Author: ZYY | Hits:

[Algorithmmathematic-library

Description: 数值分析类库。包括了Vector和Matrix类,可用于求CHOLESKY分解,解方程,以及求极值等。求极值的方法包括最速下降法,牛顿法,拟牛顿法,共轭梯度法,变尺度法等等。-Mathematic Analyze tools which contains the Vector and Matrix classes. It can be used to work our the parse of cholesky and solf the equation and deal with opt problems with vary methods
Platform: | Size: 3043328 | Author: Snoopy | Hits:

[Special Effectscholmod

Description: 常用的优化算法工具包(Cholesky factorization)-a sparse Cholesky factorization and modification package
Platform: | Size: 999424 | Author: Guo Yi | Hits:

[Windows Developsparse

Description: This a package containing sparse matrix operations like multiplication, addition, Cholesky and LDLT decompositions and so on. I started developing it because I needed a simple, easy to use, efficient library, that did not have any external dependencies (like BLAS, LAPACK, etc.) so I could readily modify it to my needs. The code is in C++ but it could easily be ported to C with just minor modifications (like adding additional parameters to the functions playing the role of "this" and such). It consists of a C++ class divided in a header and an implementation. The code has been compiled and tested on Microsoft Visual Studio 2008 s and 2010 s compilers as well as on Intel s C++ Compiler version 11.1.054 on Windows XP and Windows 7-This is a package containing sparse matrix operations like multiplication, addition, Cholesky and LDLT decompositions and so on. I started developing it because I needed a simple, easy to use, efficient library, that did not have any external dependencies (like BLAS, LAPACK, etc.) so I could readily modify it to my needs. The code is in C++ but it could easily be ported to C with just minor modifications (like adding additional parameters to the functions playing the role of "this" and such). It consists of a C++ class divided in a header and an implementation. The code has been compiled and tested on Microsoft Visual Studio 2008 s and 2010 s compilers as well as on Intel s C++ Compiler version 11.1.054 on Windows XP and Windows 7
Platform: | Size: 11264 | Author: Vasudev Jakhar | Hits:

[matlabfindiff

Description: Cholesky分解,以某个具体的矩阵进行的分解,便于求解线性方程组-Cholesky decomposition
Platform: | Size: 1024 | Author: zhantao | Hits:

[AlgorithmChol_decompose

Description: 线性方程组的Cholesky算法(改进的平方根法)-Cholesky program for solving linear equations
Platform: | Size: 1024 | Author: 王生安 | Hits:

[MPIMCHOLSK

Description: C script for solving Hermitian positive definite set of complex linear simultaneous equations using Cholesky decompisition method.
Platform: | Size: 1024 | Author: zcos123 | Hits:

[matlabCholeskyfangfa

Description: 数值计算程序:用Cholesky分解方法求解方程组-Numerical calculation procedures: the Cholesky decomposition method for solving equations
Platform: | Size: 1024 | Author: 张维 | Hits:

[Data structssolutions

Description: 各种常见的解方程组方法:Cholesky分解法解方程组、LU分解线性方程组、高斯消去法解方程组、列主元解线性方程组、雅可比迭代解线性方程组-Common solution of equations: the Cholesky decomposition of equations, LU decomposition of linear equations, Gaussian elimination method for solving equations, column element for solving linear equations, the Jacobi iteration for solving linear equations
Platform: | Size: 1261568 | Author: wenwen | Hits:

[Windows DevelopCccholeskyh

Description: 高性能cholesky分解法,, 非常适合图形计算学可直接使用。 -High performance cholesky decomposition method is ideal for graphic Computing can be used directly.
Platform: | Size: 1024 | Author: tuition | 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:
« 1 2 ... 4 5 6 7 8 910 11 12 13 »

CodeBus www.codebus.net