搜索资源列表
Matrix
- 实现稀疏矩阵的各种运算操作,包括加法,减法,乘法,转置,求逆矩阵-Sparse matrix operations to achieve a variety of operations including addition, subtraction, multiplication, transpose, inverse matrix
Matrix
- 实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
Matrix
- 矩阵类的一个完美实现,可计算加减乘幂与取模-The impletation of the Clase Matrix
Matrix
- 这是矩阵的头文件,将其复制到VC的include目录下,在源文件中包含即可使用-This is the matrix of the header file, copy it to VC' s include directory, in the source file contains can be used
Big-matrix-multiplication
- 大矩阵分块相乘,从文件中一次把矩阵读入内存,然后在内存中进行分块。-Big matrix multiplication
matrix
- matrix multiplication
matrix
- 提供矩阵运算的一些方法,用C++语言书写-Some matrix operations, C++ language writing
Matrix-of-saddle-points
- Matrix of saddle points Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "矩阵的鞍点", "矩阵的鞍点\矩阵的鞍点.vcxproj", "{26A305C7-3108-4A9D-B1E2-C76117D5C6BD}" EndProjec
Matrix
- 能够实现矩阵的简单运算,满足矩阵运算需求-Able to achieve a simple calculation of the matrix, and matrix computation needs
Matrix
- 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。 基本要求为: 以“带行逻辑连接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix is a matrix that most elements are zero. " Sparse"
Matrix
- 要求创建一个稀疏矩阵,对此矩阵进行压缩存储,然后实现快速转置、求和、求积。-Creating a matrix,than compress,transposition, summation and quadrature.
CPP-Matrix
- 代码基于《用C++语言编写数学常用算法》/陈必红著。源码中定义了多种矩阵初始化函数,可以讲数组,文本文件等直接转换为矩阵。除了常用的矩阵运算分解等操作,增加了常用的矩阵点乘,叉乘,矩阵块移除等常用操作,在源文件中有详细注释。-Code based on the " write mathematical language commonly used algorithm C++" /Chen Hung forward. Defined in a variety of matrix s
matrix
- 基于OpenMP的大型矩阵相乘的算法源码-Based on OpenMP for large matrix multiplication algorithm source code
Matrix-VCPP6.0
- 实现基本矩阵运算,实现加,减,乘,求逆,求转置,文件保存等功能-Matrix calculate
Matrix-multiplication
- c++实现两个矩阵相乘,实现一个4*3的矩阵与一三乘四矩阵相乘-C++ the realization of the two matrix multiplication
matrix-4
- This a matrix multiplication as an example of OpenMP parallel programming.-This is a matrix multiplication as an example of OpenMP parallel programming.
Spiral-matrix
- 实 现 螺 旋 矩 阵,简 单 的实 现 螺 旋 矩 阵-Spiral Matrix
matrix
- 是一个关于矩阵计算的头文件,包含计算矩阵的逆矩阵,代数余子式,伴随矩阵,行列式,矩阵相乘等。-It is a matrix calculation on the header file containing the calculation of matrix inverse matrix, cofactor, adjoint matrix, determinant, matrix multiplication and so on.
Matrix
- C++实现的矩阵操作,包括计算行列式、求最大最小值及其下标、矩阵求逆、转置等功能-Matrix operations C++ implementation, including the calculation of the determinant, find the minimum and maximum values and subscr ipt, matrix inversion, transpose function
matrix
- 用来把矩阵转换成稀疏矩阵,很简单的一个小程序-tranform into less matrix