-
diag
滤波程序,从同事那里要的,大家一起交流学习(BADNELL & BURGESS D.A.M.T.P. CAMBRIDGE
C
C DIAGONALIZATION OF REAL SYMMETRIC N-BY-N MATRIX Z.
C
C METHOD: HOUSEHOLDER REDUCTION TO TRI-DIAGONAL FORM AND SHIFTED
C QL ALGORITHM TO DETERMINE THE E-VALUES AND E-VECTORS.
C
C BASED ON MARTIN, REINSCH & WILKINSON: NUM. MATH. 11, 181-95 (1968).
C
C INPUT REQUIRED. N, IUP AND Z. ONLY LOWER TRIANGLE OF Z NEED BE SUPPLIED.
C MATRIX Z OVERWRITTEN BY EIGENVECTORS OF Z.
C IUP=1/-1 ASC/DESCENDING SORT, 0 NO SORT.
C MXMAT, IS THE ROW DIMENSION OF Z IN THE CALLING ROUTINE.
C
C OUTPUT. Z AND D, WHERE Z CONSISTS OF COLUMN EIGENVECTORS
C AND D CONSISTS OF CORRESPONDING EIGENVALUES.
C
C NOTE: E IS A WORKING ARRAY.
C)
- 2012-07-29 20:36:54下载
- 积分:1
-
numerical
求解二阶变系数常微分方程,主要用于涡激振动中频率响应的计算(Solving second-order ordinary differential equations with variable coefficients)
- 2014-01-06 19:23:10下载
- 积分:1
-
basic PSO for function
应用基本粒子群算法求解复杂连续函数优化问题(Application of Basic Particle Swarm Optimization to Complex Continuous Function Optimization)
- 2019-06-01 11:15:13下载
- 积分:1
-
calculat
WINDOWS计算器程序(Windows calculator program)
- 2004-11-19 14:14:22下载
- 积分:1
-
single
使用奇异值分解来帮助求解最小二乘问题,特别是在方程系数矩阵不满秩的情况下。(SGELSD computes the minimum-norm solution to a real linear least
* squares problem:
* minimize 2-norm(| b- A*x |)
* using the singular value decomposition (SVD) of A. A is an M-by-N
* matrix which may be rank-deficient.)
- 2009-10-30 16:32:14下载
- 积分:1
-
AR
说明: 使用时间序列分析AR方法对油价进行分析,以及预测。采用BIC准则进行判阶,最小二乘法进行参数估计(AR time series analysis using the method of price analysis and forecasting. BIC criteria used sentence order, the least square method for parameter estimation)
- 2009-06-08 09:19:56下载
- 积分:1
-
UMAT_Damage
abaqus有限元软件umat(damage)(abaqus finite element software umat (damage))
- 2012-06-07 07:27:19下载
- 积分:1
-
filter1
Particle Filter Design file
It contains algorithm for particle filter
- 2020-11-09 10:39:48下载
- 积分:1
-
克里金插值
matlab 实现克里金插值 传统克里金插值 可用于已知少数点的值画整体趋势面(matlab kriging Can be used to draw a few points of the known value of the overall trend surface)
- 2017-11-13 10:52:09下载
- 积分:1
-
spline513
这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。(This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.)
- 2020-12-10 16:19:18下载
- 积分:1