搜索资源列表
matrix class
- 一个矩阵类的源码-a matrix type of source
matrix.h
- 定义Matrix矩阵类,定义矩阵类头文件matrix.h-Matrix matrix class definition, define matrix class header file matrix.h
Matrix
- 自己封装的矩阵运算的类,用C#编写,例如转置、求逆、求特征值、矩阵乘法等-Own package matrix operations class, written using C#, such as transposition, inversion, find eigenvalues, matrix multiplication, etc.
Matrix
- 矩阵计算类,里面几乎集合了矩阵所有的计算。-Matrix class, which almost set the matrix for all calculations.
Matrix
- c++写的矩阵类,实现矩阵的初始化,加、减、乘、除、转置-a Matrix Class.including matrix operations such as add , subtract , multiply , divide and transpose
Matrix
- 这是一个自己编制的完整矩阵类,包括矩阵运算、分解、求逆、范数和特征值等,可以做为数值分析的基础类。-This is a complete matrix of their own class preparation, including matrix computation, decomposition, inverse, norm and eigenvalue, etc., can be used as the basis for numerical analysis class.
Matrix
- 矩阵类库源码,加、减、乘、行列式等,绝多是方便有用的工具!-Matrix class library source code, add, subtract, multiply, determinant, etc., must be convenient and more useful tool!
complex_matrix_computation
- This an matrix class which has been adapted for complex number computations. It ll be of help for digital signal processing simulations.-This is an matrix class which has been adapted for complex number computations. It ll be of help for digital sign
Matrix
- 一个c++的矩阵类,包括头文件和源文件,功能函数非常全面-A Matrix Class, with a series of useful functions
matrix
- 在VC++6.0平台上实现的一个比较实用的矩阵类库源代码-In VC++6.0 platform of a more practical realization of the matrix class library source code
Matrix
- 一个简单的矩阵类,包括求模、求逆,切勒斯基变换等-a simple matrix class
matrix
- matrix class matrix class matrix classmatrix cla-matrix classmatrix classmatrix classmatrix classmatrix classmatrix class
matrix
- 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
Matrix
- It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already
Matrix
- Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法multiply(Matrix m
Matrix
- 一个矩阵类 实现了矩阵的多种运算 希望对大家有帮助-A matrix class implements a variety of matrix operations we want to help
matrix_class_by_vc
- VC++环境下使用C++封装的矩阵类,包含矩阵的多种运算功能。-This is a matrix class developed with VC++, and it contains various operations of matrix.
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_class
- 本C++程序定义了矩阵类,包含操作有:矩阵、行列式及线性方程组的相关操作。-The C++ program defines a matrix class, including operations include: matrices, determinants and linear equations related operations.
CPP-Matrix-class
- c++矩阵类。实现了矩阵常用功能,很好的参考,也可以在此基础上进行扩展。-C++ Matrix class.Some common functions have been realized. It s a very good reference.And you can extend base on it.