搜索资源列表
cmatrix
- 科学与工程数值算法中的矩阵类-science and engineering numerical algorithm of matrices
稀疏矩阵计算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 includes different store for
27_142
- 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
SnakeMatrix
- 跟回旋矩阵类似,本程序为蛇行矩阵的输出, 通过建立四个方向标志控制矩阵的转向,矩阵为正方形的方阵-roundabout with a similar matrix, the process of hunting matrix output, through the establishment of four directional signs to control the matrix, the matrix of square matrices
matrixclass
- 矩阵类,自己编写,通过较多考验,符合matlab编程习惯,可处理无穷维矩阵和向量-matrices, their preparation, adoption more tests, with Matlab programming habits can handle infinite dimensional matrix and vector
FundamentalMatrix
- 基础矩阵类的程序。使用OpenCV开发。-based matrices procedures. OpenCV use development.
data_structure_short_path
- 根据题目建立图的结构,利用 Dijiskara 算法依次计算出各点的最短路径。 要求 : 图的结构为 { 0,1,1,1,0,0 , // 邻接矩阵表示图, 0 表示断路, 1 表示通路。 1,0, 0,0,1,0, 1,1,0, 0,0, 1,0, 0,1,0,0, 0,0,1, 1,1, 0,0,0,1,1,0,0,1, 0,1,0,0, 1, 0,0,0,0,1,1,1,
TriMat
- 在目录“\\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the di
Cmatrixbyjoe
- 本人用C++编的矩阵类,可以方便实现矩阵的加减乘除运算-I use C + + series of matrices, to facilitate the realization of matrix arithmetic operations
qiujie
- 【问题描述】已知线性方程组AX=B,求解该方程组。参考算法: 消去法:将列向量B加到矩阵A的最后一列,构成增广矩阵AB。对AB进行下列三种初等变换,使原矩阵A的部分的主对角线上的元素均为1,其余元素均为0,则原列向量B的部分即为X的值: 1. 将矩阵的一行乘以一个不为0的数 2. 将矩阵的一行加上另一行的倍数 3. 交换矩阵中两行的位置 - [ Question descr iption ] known system of linear equations AX=B, s
MatrixCalculator
- 矩阵类,封装了一些有关矩阵的运算-matrices, Packaging, a number of the matrix arithmetic
matx_processor
- matlab矩阵处理例程。A matrix processor, Matx_Proc() is developed which can be used to process and edit matrices and state space models, and perform various kind of matrix analysis in a visible way. -Matlab matrix handling routines. A matrix processor,
relationCal
- 计算一个以文本格式存储的矩阵的相关系数矩阵,包括例子数据。-calculated a text format to store the correlation coefficient matrix of matrices, including examples of data.
Sparse Recovery Experiments with Sparse Matrices
- Sparse Recovery Experiments with Sparse Matrices
CPP_MatrixProj
- 矩阵(Matrix)是一个数学概念,它具有以下行为: (1) 两个矩阵相加 (2) 两个矩阵相乘 (3) 一个矩阵转置 用面向对象编程思想实现-Matrix (Matrix) is a mathematical concept, it has the following acts: (1) the sum of two matrices (2) the two matrices (3) a matrix transpose thinking with the realizatio
DYNPROG
- 动态规划方法是求解最优解的一种方法。用动态规划方法求解矩阵相乘。-Solving the dynamic programming method is a method of the optimal solution. Method using dynamic programming matrices.
Fast-Reliable-Algorithms-for-Matrices-with-Struct
- Fast Reliable Algorithms for Matrices with Structure
Deblurring-Images---Matrices--Spectra--and-Filter
- Deblurring Images - Matrices, Spectra, and Filtering
Deblurring-Images---Matrices--Spectra--and-Filter
- Deblurring Images - Matrices, Spectra, and Filtering
Graphs-and-Matrices.m
- The source code for Graphs and Matrices