搜索资源列表
wanquanjie
- 基于耦合理论的耦合矩阵提取,s参数的提取-oupling matrix based on coupling theory of the extracts s parameters
MathNet.Numerics-3.2.0
- 用于C#矩阵运算的组件,可以单双精度,各种运算-C# dll for matrix computation
matlab
- Matlab 二分法以及simpson公式的数值计算程序,适用于数值方法以及矩阵分析。-Matlab dichotomy and numerical calculation program simpson formula for matrix analysis and numerical methods in.
matrixmulti.tar
- OpenCL实现的矩阵乘法,基于Linux Nvidia OpenCL平台编译-OpenCL implementation of matrix multiplication, based on Nvidia OpenCL Linux platform compiler
yiweidingchang
- 自己编写的,求解杆问题的简单一维定常传热,并且将数值解与解析解进行了比较,最后用高斯消去法求解的矩阵,适合新手FORTRAN入门参照-I have written, to solve the problems stem simple one-dimensional unsteady heat transfer, and the numerical solution were compared with the analytical solution, and finally with Gauss
WUDUIJIAOZHUIGAN
- 五对角矩阵追赶法求解矩阵,有调用方法,并且经过我优化,一次性将矩阵处理成五对角数列,减少循环次数-Pentadiagonal matrix chase method for solving the matrix, there is a method call, and after I optimized one-time matrix processing into PENTADIAGONAL series, reducing the number of cycles
EqualHeisenMatrix
- 求解等效海森矩阵的基于MATLAB的程序,是一种实用的方法-Solving equivalent Hessian matrix based on MATLAB program is a practical method
MATRIX
- 两个矩阵相乘的C++代码,计算快捷,方便实用,任一两个矩阵都可带入使用,贴近实际。-Two matrix multiplication C++ code, calculate fast, convenient and practical, any two matrices can be brought into use, close to reality.
MANDLU
- 稀疏矩阵压缩存储和LU分解,迭代求解线性方程组-Sparse matrix storage compression and LU decomposition iterative solving linear equations
MatrixTemplate
- This a matrix template, that includes all the possible operations that interest the matrix, the calculation of determinant and other things. In this template can be use also the complex numbers.-This is a matrix template, that includes all the pos
prpcasting_good_processing
- 阵列信号处理中用最小约束矩阵实现二维到达角的估计,不错的-Array signal processing using minimum constraint matrix to achieve two-dimensional doas estimation, pretty good
KalmanFiltering
- 扩展卡尔曼滤波算法C语言实现:实现对二维状态变量的预测及跟踪。包括卡尔曼滤波初始化函数,负责初始化状态变量的值,过程噪声,测量噪声,以及状态转移矩阵。 卡尔曼滤波函数负责对状态变量进行迭代滤波,整个过程包括状态预测,协方差预测,测量预测,计算卡尔曼增益,状态量更新,协方差更新。(To realize the prediction and tracking of two dimensional state variables. It includes the initialization func