搜索资源列表
稀疏矩阵计算C++类SparseC++
- SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)-SparseLib + + can be used for cross-platform calculation of the effective sparse matrix calculation of the C + + class library , the packag
矩阵计算类
- 矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix Calculation, including Matrix multiplization,etc.
共生矩阵的计算
- matlab 纹理特征提取时用到的共生矩阵计算,并计算出能量、熵、惯性矩、相关4个纹理参数
下三角矩阵的逆矩阵的详细算法
- 求下三角矩阵的逆矩阵的详细算法 matlab 矩阵计算
矩阵计算的理论与方法
- 内 容 提 要 本书系统阐述了矩阵计算这门学科的基础理论、基本方法和近十几年来发展成熟并得到了广泛应用的新成果.内容包括:矩阵知识的复习和补充,矩阵计算概论;求解线性方程组的直接法和迭代法,线性最小二乘问题,共轭梯度法;求解特征值问题的QR方法和同伦方法;Lanczos方法以及求解Jacobi矩阵特征值反问题的正交约化方法等. 本书取材上,既注重基础理论的严谨性、方法的实用性,又保持了内容的新颖性,反映了该学科的最新进展.本书内
Kalman
- 这是有关Kalman矩阵计算的C源程序-This is the Kalman matrix calculation of C source
稀疏矩阵计算器
- 用三元组表示稀疏矩阵,可以转置 加法,减法,乘法,求逆。- With three Yuan groups expressed the sparse matrix, may transpose the addition, the subtraction, the multiplication, asks to go against.
稀疏矩阵计算C++类SparseC++
- SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)-SparseLib++ can be used for cross-platform calculation of the effective sparse matrix calculation of the C++ class library , the package in
第五章 矩阵特征值与特征向量的计算
- 矩阵特征值与特征向量的计算-Matrix eigenvalues and eigenvectors of calculation
矩阵计算
- 矩阵运算的程序,很全,也可以自己在上面重新增加功能哦 -matrix calculation procedures, very full, or in the above functional re-oh
科学计算与C程序集
- 科学计算与C程序集,包含插值、拟合、矩阵计算等!-scientific computing and C suite, including interpolation, fitting, matrix calculation!
Matrix2003
- 矩阵计算库,经改编过的,可以扩充,可读性很好。-matrix calculation library, adapted too, can be expanded, good readability.
矩阵计算类
- 矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix Calculation, including Matrix multiplization,etc.
27_142
- 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to
矩阵运算器
- 一款用C++制作的矩阵运算器,不但可以直接用于矩阵计算.而且对想提高C++编程的朋友很有帮助。-new production of C-matrix operations, not only can be used directly matrix calculation. but right wants to raise C Programming helpful friends.
matrixforpowersystem
- 电力系统稀疏矩阵计算类,用法范例代码,包括三个目录,MALIB(类),MATEST(使用范例),INCLUDE(*.H),是我编写的电力系统能量管理系统基础类之一.-power system sparse matrix computation, the use of code examples, including the three catalogs, MALIB (type), MATEST (using the example),
laoda
- 关于矩阵求逆的小程序,虽小但很实用。矩阵计算在工程中应用很广泛,该小程序中包含有关矩阵求逆的源代码,希望对大家有所帮助-matrix inversion of the small programs, small but practical. Matrix in engineering applications is wide, the small program included the matrix inversion of the
MatrixModule
- 常用的矩阵计算,包括求行列式、求逆矩阵等等,类容较全-common matrix, which includes seeking determinant, matrix inversion, etc., over all types of capacity
矩阵计算
- 可以进行简单的矩阵计算,当一个矩阵计算器来使用。(Simple matrix calculations can be performed when a matrix calculator is used.)
矩阵计算C语言版
- 一个矩阵计算器 进入程序 输入A=[1 2 3 4;5 6 7 8; 9 10 11 12] 【横向一行】 输入B=X X X 输入C=X X X 输入D=X X X 支持多项矩阵加减乘,即E=AC,E=AD-C+B,E=ADB-C这一类的,矩阵在6*6以内,项数不定,加减乘运算顺序不定 输入E=A*B+C-D【例子】 输出矩阵形式的答案 E= x x x…… x x x…… x x x……(