搜索资源列表
matrix.h
- 定义Matrix矩阵类,定义矩阵类头文件matrix.h-Matrix matrix class definition, define matrix class header file matrix.h
Matrix
- 矩阵计算类,里面几乎集合了矩阵所有的计算。-Matrix class, which almost set the matrix for all calculations.
matrix
- 在VC++6.0平台上实现的一个比较实用的矩阵类库源代码-In VC++6.0 platform of a more practical realization of the matrix class library source code
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
- 一个很简单的矩阵类,有四则运算、转置、求逆的功能-A very simple matrix class, there are four operations, transpose, inverse function
Matrix
- 一个c# 矩阵类 非常实用 包含矩阵的各种运算-a class of matrix described by csharp,include all kinds of operater,such as (+,-,*)。
matrix
- 本程序实现矩阵类的重载操作符,在vs2008下编程,可以实现矩阵之间的一些基本操作-This procedure of Matrix class overloaded operators, under the program in vs2008, you can achieve some of the basic operations between matrices
Matrix
- 矩阵类。在C#中实现矩阵的基本操作,包括求逆等。-matrix class
Matrix
- 操作矩阵的类 CMatrix 的实现文件-Operation matrix class implementation file CMatrix
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.
Matrix
- 这是一个用C#写的矩阵的类,用于实现矩阵的计算-this is a matrix class in C#
Matrix
- 一个矩阵类,实现基本的矩阵运算,包括加法、乘积、转制,还可以继续扩充。-A matrix class, basic matrix operations, including addition, the product conversion, you can also continue to expand.
matrix
- 3、 矩阵(三) 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括: 矩阵大小,用 lines, rows(行、列来表示); 存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括: 构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组; 析构函数,需要释放矩阵的数组指针; 拷贝构造函数,需要申请和复制数组;
Matrix
- 矩阵类。能够实现矩阵的各种数学操作,如矩阵相乘,相加,求逆,转置等等!-Matrix class. Matrix can achieve a variety of mathematical operations, such as matrix multiplication, adding the inverse transpose!
Matrix
- C#矩阵类,包含矩阵的各种处理,例如加减乘除,求行列式等。-C# matrix class, with matrix processing, such as addition, subtraction, multiplication and division, the determinant.
Matrix
- 此代码为C++的一个矩阵类,实现了矩阵的相加,想成,行列式,转置等一些基本运算-This code is C++ a matrix class that implements the matrix together, think of, determinant, transpose and some other basic operations
Matrix-ProgrammingBeta2.0
- 该编程为矩阵与数据分析课的编程作业程序,里面包括matlab的三次样条曲线程序,有Jacobi迭代法和Gauss-Seidel迭代法等-The programming and data analysis for the matrix class programming operations program, which includes the cubic spline curve matlab procedures, Jacobi and Gauss-Seidel iterative meth
matrix
- 矩阵类模板Matrix<Type>是专门为线性代数中矩阵而设计的一个模板类,具体的函数声明与定义可以参见“matrix.h。见测试文件 matrix_test.cpp,功能如下: Matrix<Type> m 创建一个空矩阵 Matrix<Type> m2(m1) 创建矩阵 m2的拷贝 m1 Matrix<Type> m(r,c,x) 创建常数矩阵 Matrix<Type> m(r,c,a) 通过数组创建矩阵
Matrix
- C++写的一个矩阵类,可以实现加减乘运算,希望对大家有帮助-a matrix class written by C++ ,support + - *, hope to help you
matrix
- Matrix类,实现简单的加减乘除以及幂,还有一些简单的操作- Matrix class, simple addition and subtraction as well as power, there are some simple operations