搜索资源列表
NumericalLinearAlgebra
- 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
Matlab
- 用java写的用于模拟线性代数软件matlab的计算矩阵的程序-matlab by java
12
- 有关matlab在线性代数中的应用的详细介绍及具体的matlab代码实现,包括求向量组的最大线性无关组、向量组的线性相关性、求解线性方程组、使用 sym 函数直接创建符号矩阵、将数值矩阵转化为符号矩阵、符号矩阵的索引和修改、相似矩阵及二次型、求特征值和特征向量等。很适合初学者使用,及有关工程人员参考。-About matlab linear algebra applications detailed descr iption and the specific matlab code, inclu
armadillo-2.4.2
- 基于lapack和blas开发的线性代数开源库,可实现矩阵基本操作,函数接口与matlab类似,容易上手,相同硬件环境运行速度仅为matlab的1/5.-Linear algebra library LAPACK and Blas based development, can realize the basic matrix operations, similar to the matlab function interface, easy to use, the same speed hard
armadillo-6.400.3.tar
- 高质量的线性代数库,在计算速度和易用性方面有着较好的平衡。-Armadillo is a high quality C++ linear algebra library, aiming towards a good balance between speed and ease of use. It s useful for algorithm development directly in C++, and/or quick conversion of research code i
Gauss_elimination
- 数值分析中线性代数的迭代解法,分别作了按顺序选主元,选最大主元,选最小主元分别解方程,并进行比较(In the numerical analysis, the iterative method of linear algebra is used to choose the principal element in order, to select the maximum principal element and to select the minimum principal element t