资源列表
mat_io
- 矩阵(包含复数矩阵)的由文件的读入与写出,屏幕输出,列主序-Matrix file read into and write, columns main sequence
mat_pinv_v3.2
- 基于CLAPACK的矩阵求伪逆的运算函数,效率非常好,需要自己编译下CLAPACK库才可以使用-LAPACK matrix pseudo-inverse operator function, the efficiency is very good, need to compare his own Lower CLAPACK library can only be used
kalmam-filter
- code for kalman filter
Courant
- 本程序使用了科朗分解来实现对矩阵的直接分解,进而求出AX=B形式的方程的解。程序附有说明和测试数据-Courant depart of Numerical Method
Dolittle
- 本程序通过实现Doolittle分解的方法来完成线性方程组求解的问题-This source file include a C++ source file to solve AX=B problem with Doolittle Algorithm
RunAfter
- 本程序实现了线性方程组直接求法中的追赶法,来实现特殊的方程组的求解,速度快,代码短。-This file include a C++ source file to solve some special equations with high speed and short codes.
CPP
- 用c++实现的若干的数学问题编程,很方便 源代码-math programming completed by C++ source code useful
ex2.10
- 本程序通过复化梯形公式计算二重积分,既有精度高,操作简单的特点。-This program is to calc out the compound trapezoid.
ex4.3
- 本程序通过实现二分法求根,从而对一般的方程可以求出一个解。-This program use binary-search to get the root of an equation.
Euler
- 欧拉法解常微分方程的matlab仿真文件,运行可得结果-Euler method solution of ordinary differential equations Matlab simulation file, run the results
bft-base-src-rh72.tar
- BFT/BASE库,由mit开发的PBFT实用程序-The BFT/BASE database, developed by mit PBFT utility
Gauss_autoamanual
- 选列主元的高斯消元法求解线性方程组,c++程序-Gaussian elimination method for solving linear equations
