搜索资源列表
Matrix.java.rar
- 余子式、行列式、逆矩阵、对数组进行全排列,Bulbil style, determinant, inverse matrix, wide array of arrays
Matrix
- 实现稀疏矩阵的各种运算操作,包括加法,减法,乘法,转置,求逆矩阵-Sparse matrix operations to achieve a variety of operations including addition, subtraction, multiplication, transpose, inverse matrix
lu.rar
- 这是用并行程序语言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.
revers-matrix.rar
- 一个朋友编的C语言通用广义逆矩阵求解算法,值得一看,A friend of mine made the C language universal generalized inverse matrix algorithm, see
FPGA-matrix
- 本资料介绍了如何用FPGA实现矩阵的求逆,并用HDL语言实现-this material is about to introduce a way to compute the inverse matrix based on FPGA HDL langwedge
Matrix
- C#的矩阵运算,包括加减乘除,求逆等-C#, matrix operations, including addition and subtraction multiplication and division, inverse, etc.
Matrix
- 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, inve
Matrix
- 这是一个自己编制的完整矩阵类,包括矩阵运算、分解、求逆、范数和特征值等,可以做为数值分析的基础类。-This is a complete matrix of their own class preparation, including matrix computation, decomposition, inverse, norm and eigenvalue, etc., can be used as the basis for numerical analysis class.
jj
- 使用VisualC++实现的伪逆矩阵的计算方法,Dlg编程。-Using VisualC++ implementation of the pseudo-inverse matrix method of calculation, Dlg programming.
inverse_matrix_gauss
- os : window vista 32bit compiller : visual c++ 6.0 n*n inverse matrix program use Gauss elimination
inverse
- 计算逆矩阵,在矩阵后面夹带一个单位矩阵,然后把前面那一个矩阵处理成对角线单位矩阵,后面的那个矩阵就是逆矩阵。-Computing inverse matrix, a unit entrainment in the matrix behind the matrix, and then in front of it is processed into a matrix, diagonal matrix, the latter matrix that is the inverse matrix.
inverse
- Matrix inverse by Gauss-Jordan elimination
Matrix
- Matrix (TRANSPOSE , INVERSE , MATRIX INVERSION USING GAUSS-JORDAN REDUCTION AND Calculates the multiplication of two matrix A and B such that C=AB.
Inverse-matrix
- 此程序是关于矩阵的一些操作,如逆矩阵,简单的逆矩阵操作。-The program is about some of the matrix operation, such as the inverse matrix, simple inverse matrix operation.
Inverse-matrix-
- 矩阵求逆,该C++程序实现功能,是对一个矩阵求逆-Inverse matrix this is imporatant Inverse matrix is very important, and, in the mathematical aspects
Inverse-Matrix
- 通过C语言平台进行编程,以实现求矩阵的相加、相减、矩阵的数乘、矩阵的逆和转置的功能。-Inverse Matrix
INVERSE--MATRIX
- Inverse Matrix writed on Fortran 90, with testing data
inverse-matrix
- 一个求逆矩阵的小代码片段,很好的计算方法-An inverse matrix of small code fragments, good method of calculation
Inverse-matrix-solution
- 实现了求矩阵的逆,程序精炼,结果正确,具有较好的参考价值。-inverse matrix solution
inverse-matrix
- 该程序可以对任意维数矩阵求逆,只需输入矩阵的维数和各行元素,便可得到逆矩阵。-The program can find the inverse matrix of any dimension, simply enter the number of dimensions and elements of each row of the matrix, you can get the inverse matrix.