Welcome![Sign In][Sign Up]
Location:
Search - C code inverse matrix

Search list

[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 resourcereverse_matrix

Description: 这是一个求矩阵的逆矩阵快速算法的c语言代码,非常好用,你可以将其封装成动态库用,也可以直接用-This is a matrix for the rapid inverse matrix algorithm c language code and very handy, You can be as dynamic Packaging library, can be directly used
Platform: | Size: 982 | Author: hjs | Hits:

[Other resourcechenbihongsuanfayanghj666

Description: 《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is in the C BUILDER used. Plus a number of other functions, such as spline interpolation. This code can be completed in many numerical matrix algorithm, the inverse matrix, the eigenvectors and eigenvalues, the matrix arithmetic. Fourier transform, gamma function, numerical solution of differential - such.
Platform: | Size: 210896 | Author: yyy | 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:

[CSharpjuzhenqiuni

Description: 矩阵求逆程序源代码 功能:就一般或者大型大矩阵求其逆矩阵!-matrix inversion source code functions : general or large building its matrix inverse matrix!
Platform: | Size: 1024 | Author: 何人 | Hits:

[Algorithmreverse_matrix

Description: 这是一个求矩阵的逆矩阵快速算法的c语言代码,非常好用,你可以将其封装成动态库用,也可以直接用-This is a matrix for the rapid inverse matrix algorithm c language code and very handy, You can be as dynamic Packaging library, can be directly used
Platform: | Size: 1024 | Author: hjs | Hits:

[Algorithmchenbihongsuanfayanghj666

Description: 《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is in the C BUILDER used. Plus a number of other functions, such as spline interpolation. This code can be completed in many numerical matrix algorithm, the inverse matrix, the eigenvectors and eigenvalues, the matrix arithmetic. Fourier transform, gamma function, numerical solution of differential- such.
Platform: | Size: 210944 | Author: yyy | Hits:

[Mathimatics-Numerical algorithmspower_method

Description: 幂法与反幂法求解矩阵特征值的C语言算法实现:本代码以Hilbert矩阵为计算对象,单纯运用C语言进行矩阵的操作以实现幂法与反幂法求解矩阵特征值的算法,应用Matlab软件对计算结果进行检验,计算结果准确无误。-Power law and inverse power method to solve matrix eigenvalue of the C language algorithm: Hilbert matrix of the code for the purpose of calculating the target, simple to use C language to realize the operation of matrix power method and inverse power method to solve matrix eigenvalue algorithm, application Matlab software for calculating the results of testing the accuracy of calculation results.
Platform: | Size: 10240 | Author: Michael_M | Hits:

[Algorithminverse

Description: 该代码通过初等变换的形式实现了N阶方矩阵的求逆运算-The code through the elementary transformation of the form of a N-order square matrix inverse operation
Platform: | Size: 271360 | Author: gaobo | Hits:

[Algorithmjuzhenjishuan

Description: VC++ 写的一个矩阵计算器程序,带有源码和详细的分析报告,可以直接作为课程设计报告 阐述了选择矩阵计算器程序的理由和要完成的目标,分析了本程序要实现的各项功能,给出了程序的流程图;分析了求矩阵的逆,矩阵的秩,和求行列式的值的算法;说明了测试程序的方案,就测试中遇到的问题给出了相应的解决方法;-VC++ Written in a matrix calculator program with source code and detailed analysis of the report can be directly as a curriculum design report addresses the selection matrix calculator program rationale and objectives to be completed, analysis of the procedures to be achieved various functions, given the flow chart of procedures an analysis of the inverse matrix, rank of matrix, and for the value of the determinant algorithm describes testing procedures, for testing problems encountered in the corresponding solutions
Platform: | Size: 66560 | Author: zhx | Hits:

[Windows DevelopCsoucecode

Description: 该文件包含C语言当中的常用算法源码,如单元加,底层编码,汉诺塔,逆阵,数据结构里面的很多重要的算法源码,是精通C的必备。-This file contains C language source code among the commonly used algorithms, such as the cell increases, the underlying code, Tower of Hanoi, inverse matrix, many important data structures inside the algorithm source code, is proficient in C essential.
Platform: | Size: 311296 | 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:

[CSharpMatrix

Description: C#实现的矩阵运算源程序,其中所有的矩阵运算采用操作符重载技术,实现了矩阵求和,差,积,转置,逆等基本运算。-C# source code implementation of matrix operations, one of all the matrix calculation using operator overloading techniques, implementation of the matrix sum, difference, product, transpose, inverse and other basic computing.
Platform: | Size: 1024 | Author: wangyong | Hits:

[Algorithmmatrixinverse

Description: 通过CSharp写的关于矩阵求逆的程序,希望对大家有用哈-this is a code about Matrix inverse, I refer to Qinghua C language programe book and use CSharp finish it.
Platform: | Size: 4096 | Author: 梁明 | Hits:

[AlgorithmGSRD

Description: 高斯诺当法求矩阵的逆,c++源代码,网上下载,测试有效-When the high-Snow inverse matrix, c++ source code, Internet download, test effective
Platform: | Size: 387072 | Author: 文磊 | Hits:

[Windows DevelopMatrix

Description: It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already have a prototype. Inverse function is also in the pipeline. Operators have been overloaded for the most common type of operators like +, -. * etc.-It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already have a prototype. Inverse function is also in the pipeline. Operators have been overloaded for the most common type of operators like+,-.* etc.
Platform: | Size: 4096 | Author: Hancy Samurai | Hits:

[Special EffectsInverse-of-a-matrix

Description: 用C++语言编写的矩阵求逆的程序,源程序中使用的是3x3的矩阵,可以根据需要自己在程序中修改-Written in C++ language, the matrix inversion procedure is used in source code 3x3 matrix, can be modified in the program needs its own.
Platform: | Size: 901120 | Author: 赖材栋 | Hits:

[VC/MFCInverse-matrix

Description: 提供了两种求逆矩阵的源代码:定义法和高斯消去法,语言环境为C++。-Definition and by Gaussian elimination, inverse matrix source code
Platform: | Size: 2048 | Author: 苏瑾瑜 | Hits:

[Other求逆矩阵的C代码

Description: 该函数代码实现求一个N阶方阵的逆矩阵的功能(The function code to achieve a N order inverse function of the square matrix)
Platform: | Size: 103424 | Author: 朱迎昌 | Hits:

[Mathimatics-Numerical algorithmsC数值算法集

Description: 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。(This book has written more than 300 practical and effective numerical algorithm C language program. Its contents include the solution of linear equations, inverse matrix and determinant calculation, interpolation and extrapolation of polynomial and rational functions, integral and estimation of functions, numerical calculation of special functions, generation of random numbers, nonlinear equation solving, Fu Liye transform and FFT, spectral analysis and wavelet transform, statistical description and data construction. Modules, ordinary differential equations and partial differential equations, linear prediction and linear predictive coding, digital filtering, gray code and arithmetic code.)
Platform: | Size: 6230016 | Author: 呵呵打 | Hits:
« 12 »

CodeBus www.codebus.net