搜索资源列表
Matrix
- 自己封装的矩阵运算的类,用C#编写,例如转置、求逆、求特征值、矩阵乘法等-Own package matrix operations class, written using C#, such as transposition, inversion, find eigenvalues, matrix multiplication, etc.
Matrix
- c++写的矩阵类,实现矩阵的初始化,加、减、乘、除、转置-a Matrix Class.including matrix operations such as add , subtract , multiply , divide and transpose
Matrixclasslibrarysourcecode
- 该矩阵类库源代码已通过编译,希望对大家有帮助!-The matrix class library source code has passed through the compiler, and they hope to help everyone!
szsbxt
- 关于矩阵类库的VC++源代码 因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\Release目录下的可执行文件-On the matrix class library VC++ Source code since it has been preserved trained network weights, so the identification procedures used for the first time, you can directly run th
Mapack_for_NET
- Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
Matrix
- 一个c++的矩阵类,包括头文件和源文件,功能函数非常全面-A Matrix Class, with a series of useful functions
MyMatrix
- DEV C++ 写的一个矩阵类,用列主元消去法求模的。类的构造函数接收矩阵的行列值或者是一个vector<vector<double> >类型的变量。没有用模板,数据类型是double.-DEV C++ to write a matrix class, with out seeking principal mode of elimination. Class constructor to receive the rank of matrix or a vector val
Matrix
- 一个简单的矩阵类,包括求模、求逆,切勒斯基变换等-a simple matrix class
matrix
- 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
Matrix
- 一个通用的对矩阵进行操作的类,主要包括:实(复)矩阵的加减、求逆、求秩、行列式求值以及矩阵的乔里斯基分解、三角分解等。-A general class of matrix operations, including: real (complex) matrix addition and subtraction, inverse, seeking the rank, determinant evaluation and matrix Qiaolisiji decomposition, triang
Matrix
- 写的矩阵的类 提供+ - * / 显示功能 不足的地方大家指教-Written in matrix class provides+-*/display deficiencies we teach
Matrix
- 矩阵类文件,可以实现矩阵的加减乘除运算,以及矩阵求逆等,已验证非常好用。-The matrix class file, matrix addition and subtraction, multiplication and division can be achieved, as well as matrix inversion, proven very useful.
matrix
- c++数学应用的矩阵类, buffer 为矩阵数据缓存器类, matrix 为矩阵类。-c++ Matrix class of mathematical applications , buffer cache for the data matrix class matrix for the matrix class
Matrix
- 一个矩阵类,里面实现了矩阵的一些常用运算,并重载了运算符-a matrix class, which realizes some common computations in matrix and reloads some opperations
matrix
- 模版矩阵类,包括常用的计算和操作,解方程用的高斯消元,常规的LU分解,只是功能尚未完善,待续-Template matrix class, including the commonly used calculations and operations, solving equations using Gaussian elimination, LU decomposition routine, but function is not perfect, to be continued ......
Matrix
- 矩阵类,内有各种各样的函数,也包含一些常用的运算,比如行列式,迹,高斯消元-Matrix Class
matrix
- 基于C++11规范编写的matrix矩阵模板类,简单易用-matrix class by C++11
Matrix
- 矩阵运算C#矩阵类进行过试验引用方便,计算准确-matrix class
matrix
- 功能简介:该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。 设计要求: 1.利用已知的向量类对象定义一个矩阵类,矩阵类的数组是向量子对象,同样定义矩阵类的各种属性、方法及运算符重载函数。 2.完善成员函数,使矩阵可以由文件输入是体的输入格式自己规定 3.完成矩阵的赋值,转置,乘法等运算,要求用整形矩阵和浮点型矩阵分别演算 更改MAIN函数结构,可以由用户选择输入矩阵数据的方式和可以连续运行,直到选择退出为止 -Feature
Matrix
- 实现一个矩阵类,该类包含简单的矩阵运算,矩阵求行列式,初等变换法矩阵求逆,雅可比法矩阵特征值分解,householder变换法矩阵QR分解,矩阵LU分解,QR分解与反幂法求矩阵特征值与特征向量。 -A matrix class, include simple matrix operator, determinant of matrix, inverse of matrix, matrix eigenvalue decompose by Jacobi iteration, matrix QR