CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 矩阵计算
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 矩阵计算 - List
[
Mathimatics-Numerical algorithms
]
稀疏矩阵计算C++类SparseC++
DL : 0
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 includes different store formats sparse matrices. Including two technical documentation and class library source code (version 1.6)
Update
: 2008-10-13
Size
: 245.47kb
Publisher
:
方正
[
Windows Develop
]
矩阵计算类
DL : 0
矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix Calculation, including Matrix multiplization,etc.
Update
: 2008-10-13
Size
: 9.48kb
Publisher
:
lion
[
Graph program
]
共生矩阵的计算
DL : 0
matlab 纹理特征提取时用到的共生矩阵计算,并计算出能量、熵、惯性矩、相关4个纹理参数
Update
: 2009-07-12
Size
: 3.81kb
Publisher
:
wei_wu520@126.com
[
matlab
]
下三角矩阵的逆矩阵的详细算法
DL : 0
求下三角矩阵的逆矩阵的详细算法 matlab 矩阵计算
Update
: 2011-06-10
Size
: 35.59kb
Publisher
:
597706775@qq.com
[
Books
]
矩阵计算的理论与方法
DL : 1
内 容 提 要 本书系统阐述了矩阵计算这门学科的基础理论、基本方法和近十几年来发展成熟并得到了广泛应用的新成果.内容包括:矩阵知识的复习和补充,矩阵计算概论;求解线性方程组的直接法和迭代法,线性最小二乘问题,共轭梯度法;求解特征值问题的QR方法和同伦方法;Lanczos方法以及求解Jacobi矩阵特征值反问题的正交约化方法等. 本书取材上,既注重基础理论的严谨性、方法的实用性,又保持了内容的新颖性,反映了该学科的最新进展.本书内容自封,各章之间相对独立,可适用于不同读者的需要. 本书可作为计算数学、应用数学等有关专业高年级大学生和研究生的教材或教学参考书,也可供从事科学计算的数学工作者、工程技术人员和高校有关专业的高年级大学生和教师参考。
Update
: 2011-07-10
Size
: 7.63mb
Publisher
:
lhl0723@163.com
[
Mathimatics-Numerical algorithms
]
Kalman
DL : 0
这是有关Kalman矩阵计算的C源程序-This is the Kalman matrix calculation of C source
Update
: 2025-02-19
Size
: 1kb
Publisher
:
胡增敏
[
Mathimatics-Numerical algorithms
]
稀疏矩阵计算器
DL : 0
用三元组表示稀疏矩阵,可以转置 加法,减法,乘法,求逆。- With three Yuan groups expressed the sparse matrix, may transpose the addition, the subtraction, the multiplication, asks to go against.
Update
: 2025-02-19
Size
: 205kb
Publisher
:
小康
[
Mathimatics-Numerical algorithms
]
稀疏矩阵计算C++类SparseC++
DL : 0
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 includes different store formats sparse matrices. Including two technical documentation and class library source code (version 1.6)
Update
: 2025-02-19
Size
: 245kb
Publisher
:
方正
[
Books
]
第五章 矩阵特征值与特征向量的计算
DL : 0
矩阵特征值与特征向量的计算-Matrix eigenvalues and eigenvectors of calculation
Update
: 2025-02-19
Size
: 154kb
Publisher
:
陈磊
[
Mathimatics-Numerical algorithms
]
矩阵计算
DL : 0
矩阵运算的程序,很全,也可以自己在上面重新增加功能哦 -matrix calculation procedures, very full, or in the above functional re-oh
Update
: 2025-02-19
Size
: 3.75mb
Publisher
:
程立君
[
Algorithm
]
科学计算与C程序集
DL : 0
科学计算与C程序集,包含插值、拟合、矩阵计算等!-scientific computing and C suite, including interpolation, fitting, matrix calculation!
Update
: 2025-02-19
Size
: 2.25mb
Publisher
:
王林
[
AI-NN-PR
]
Matrix2003
DL : 0
矩阵计算库,经改编过的,可以扩充,可读性很好。-matrix calculation library, adapted too, can be expanded, good readability.
Update
: 2025-02-19
Size
: 141kb
Publisher
:
tom
[
Windows Develop
]
矩阵计算类
DL : 0
矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix Calculation, including Matrix multiplization,etc.
Update
: 2025-02-19
Size
: 9kb
Publisher
:
lion
[
Algorithm
]
27_142
DL : 0
矩阵计算的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.
Update
: 2025-02-19
Size
: 11kb
Publisher
:
陈冲
[
Algorithm
]
矩阵运算器
DL : 0
一款用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.
Update
: 2025-02-19
Size
: 1.63mb
Publisher
:
饶秀琪
[
Algorithm
]
matrixforpowersystem
DL : 0
电力系统稀疏矩阵计算类,用法范例代码,包括三个目录,MALIB(类),MATEST(使用范例),INCLUDE(*.H),是我编写的电力系统能量管理系统基础类之一.-power system sparse matrix computation, the use of code examples, including the three catalogs, MALIB (type), MATEST (using the example), INCLUDE (*. H), I was prepared by the power system energy management system based on one category.
Update
: 2025-02-19
Size
: 46kb
Publisher
:
奇闻
[
Other
]
laoda
DL : 0
关于矩阵求逆的小程序,虽小但很实用。矩阵计算在工程中应用很广泛,该小程序中包含有关矩阵求逆的源代码,希望对大家有所帮助-matrix inversion of the small programs, small but practical. Matrix in engineering applications is wide, the small program included the matrix inversion of the source code, we hope to help
Update
: 2025-02-19
Size
: 13kb
Publisher
:
guoguo
[
Windows Develop
]
juzhen111
DL : 0
完整的矩阵计算类,VC写的,出自教材!学习啊!-integrity of the matrix computation, written by VC, from teaching! Learning ah!
Update
: 2025-02-19
Size
: 1.98mb
Publisher
:
卢青波
[
Algorithm
]
矩阵计算
DL : 0
可以进行简单的矩阵计算,当一个矩阵计算器来使用。(Simple matrix calculations can be performed when a matrix calculator is used.)
Update
: 2025-02-19
Size
: 9kb
Publisher
:
秋名山车神2
[
Windows Develop
]
矩阵计算C语言版
DL : 0
一个矩阵计算器 进入程序 输入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……(Matrix calculation for C language)
Update
: 2025-02-19
Size
: 15kb
Publisher
:
Master_King
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.