搜索资源列表
matrix class
- 一个矩阵类的源码-a matrix type of source
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
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.
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
- 一个简单的矩阵类,包括求模、求逆,切勒斯基变换等-a simple matrix class
matrix
- 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
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.
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
Vector-and-Matrix-Template
- 向量类模板和矩阵类模板,能够实现各种常用的算法,作为工程开发的数据结构-Vector class template and template matrix class, able to achieve a variety of commonly used algorithms and data structures as the project development
Matrix
- 矩阵类,里面包含了矩阵的普通运算,以及其他的函数-Matrix class, which contains a matrix of ordinary arithmetic, as well as other functions
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
- 自己写的一个矩阵类,实现矩阵的基本操作,转置,求逆,取一行或一列,等-To write a matrix class that implements the basic matrix operations, transpose, inverse, take a row or column, etc.