搜索资源列表
alglib-3.4.0.cpp
- 在求解线性方程组(System of Linear Equations)的算法中,有两类最基本的算法,一类是直接法,即以消去为基础的解法。如果不考虑误差的影响,从理论上讲,它可以在固定步数内求得方程组的准确解。另一类是迭代解法,它是一个逐步求得近似解的过程,-we can use several different methods to obtain a solution. If a unique solution is known to exist, and the coefficient m
fixed_vec_mat
- This the cpp file for basic fixed size matrix operations etc. -This is the cpp file for basic fixed size matrix operations etc.
Matrix
- 矩阵类的C++实现!可直接运行!Matrix.cpp Matrix.h-Matrix.cpp Matrix.h
alglib-2.5.0.cpp
- alglib,跨平台的数学分析和数据处理库,主要用于矩阵运算(SVD等)-ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features
main.cpp
- 消元法解正三角三角阵方程组的小程序 使用时用VS2005打开,把后缀改为.cpp文件即可-Elimination method for solving triangular matrix equations
dist
- 开车从起始点A到目的地B的路线有多条。给你一张描述待选路线的表(n*n的矩阵A),让你找出行车距离最短的路线。表中表示了任意两个路口的连通情况,以及距离。矩阵元素a(i,j)=0表示路口i,j不连通,a(i,j)!=0表示路口i,j的行车距离。其中起始点A在路口1,目的地B在路口n 。完成源程序DIST.CPP中Dijkstra函数的编写。-A drive to the destination from a starting point a number of B' s line. Giv
ANT.CPP
- C++ Implementation of Ant Colony Optimization Program.This uses a Cost matrix to Calculate the Shortest path from a number of Cities.
cPP
- 解析空中三角测量的迭代运算,包括矩阵转置,矩阵求逆,矩阵相乘等关键运算-Resolution aerial triangulation of the iteration, including matrix transpose, matrix inversion, matrix multiplication and other key operations
CPP
- 这是一个多态矩阵类,包含了矩阵的一些基本功能:矩阵之间的加、减、乘,矩阵的数乘还重载了矩阵的显示函数“<<”。-This is a multi-state matrices, including some of the basic functions of a matrix: matrix between addition, subtraction, multiplication, matrix multiplication is also overloading the matri
matrix
- 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
cPP-matlab
- 应用于电力系统最优运行。 是C++与matlab相结合的源码程序,充分利用了matlab长于矩阵处理的优势。 程序实现了运筹学中的单纯形算法。-This procedure can be used for the optimal operation of the power system which combines C++ and matlab, and makes the most of matlab for matrix operations. The source code
CPP
- 完成稀疏矩阵的各种运算;加法:可以完成加法的情况下分别对每行处理,如果非零员的列标小则在插入之,相同则完成加法运算,如果结果非零则插入。否则继续下一个飞灵员的处理。最后把没有处理的全部插入。 减法:可以完成减法的情况下,把非零员都变反,再调用加法运算。 乘法,在可以进行乘法的情况下,分别对每行处理:列如:如果M的第一行的第一个和最后一个非零,则把第一个和最后一个分别和N的第一行和最后一行的非零员相乘。得到的结果保存在相应的位置上,再处理下行。把结果在相同位置上的相加。最后用稀疏矩阵的存储
matrix-algorithm-CPP-code
- 文件包括矩阵相关的大多数算法的源代码,相当完备 -Matrix related to the source code of most algorithms, a fairly complete
sparse-matrix-operations-in-CPP
- 用C++实现的稀疏矩阵运算,里面包含了代码的实现和说明文档-It s a realization of sparse matrix operations in C++, it contains the implementation code and documentation
CPP-Matrix
- C++数字计算的积分算法,实现了最高效的积分求解公式,测试通过,欢迎使用-C++ digital computing integration algorithm, to achieve the most efficient formula to solve integration, test, welcome
CPP
- 求解数值问题包括一些定理和推论,科学工程中的方法应用,诸如矩阵运算,微积分求解实际问题等等实际工程问题都已经用C++语言编程模块。方便使用-Solving numerical problems, including some theorems and corollaries, scientific engineering methods applications, matrix operations, calculus to solve practical problems and so pra
1153304_4_1_(1).cpp
- 根据高斯和高斯列主元消元的数值计算方法,编写C++程序,来求解一般矩阵方程的计算及其相关运算。-According to Gauss and out PCA Gaussian elimination numerical methods, the preparation of C++ program to solve the general matrix equation calculations and related operations.
1153304_4_2.cpp
- A是n阶对称正定矩阵,改程序是目的是求A的逆矩阵,并用A的逆矩阵冲掉A。-A is a symmetric positive definite matrix of order n, the reform process is the goal is to find the inverse of A, and use the inverse matrix A flush A.
1153304_4_6.cpp
- 本程序是运用共轭梯度法的数值计算方法来求解正定对称矩阵方程。-This procedure is to use the conjugate gradient method numerical method to solve symmetric positive definite matrix equation.
SVD_C++
- C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o