搜索资源列表
MatrixInverse
- C语言实现复数型矩阵求逆 -C language plural-matrix inversion C language plural-matrix inversion
matrixinverse
- 通过CSharp写的关于矩阵求逆的程序,希望对大家有用哈-this is a code about Matrix inverse, I refer to Qinghua C language programe book and use CSharp finish it.
matrixInverse
- 基于CUDA的高维矩阵运算3,计算机毕业设计-CUDA-based operator of high-dimensional matrix 3, the design of computer graduates
MatrixInverse
- 矩阵求逆 :一个简单的小例子常用于普通计算。-matrix inverse :a simple instance for common compute
MatrixInverse
- 使用数组实现矩阵的求逆运算。 该算法运算简单,速度快-Achieved using an array matrix inversion. The arithmetic is simple, fast
matrixinverse
- calculate the inverse of matrix
matrix
- //--显示矩阵,形参m为行,n为列 void MatrixDisplay(double *A,int m,int n) //--求矩阵转置,形参m为行,n为列,A转置后存为B void MatrixInverse(double *A,double *B, int m,int n) //--求矩阵相乘,A矩阵为[m,p],B矩阵为[p,n],C为[m,n] void MatrixMultiply(double *A,double *B,double *C ,i