搜索资源列表
cholesky分解法
- cholesky算法,解三对角矩阵的常用方法-cholesky algorithm, and three diagonal matrix method used
快速转置
- 运用数组对矩阵进行压缩存储,再用快速转置法对矩阵转置-using matrix array of compressed storage, and then quickly turn to home matrix method to Purchase
LinerChirp.rar
- 通过传输矩阵法计算线性啁啾光纤光栅和高斯变迹光纤光栅的时延和反射谱曲线,Through the transfer matrix method to calculate the linear chirped fiber grating and fiber Bragg grating Gaussian apodization of the delay and reflection spectrum curve
Transmission1D.rar
- 使用傳遞矩陣法模擬一維多層結構電磁波的傳遞行為,可計算透射及反射率,Transfer matrix method using the one-dimensional simulation of multi-layer structure of the transmission of electromagnetic wave behavior, calculate the rate of transmission and reflection
LDL-2.0.1.tar
- 对基于稀疏矩阵存储技术的对称正定稀疏矩阵进行LDL分解,C++编写-LDL is a set of concise routines for factorizing symmetric positive-definite sparse matrices, with some applicability to symmetric indefinite matrices. Its primary purpose is to illustrate much of the basic theory of
lmi
- 详细阐述了线性矩阵不等式的方法,并用一个实际例子,用matlab实现了,对初学者非常有用.-Described in detail the method of linear matrix inequalities, and a practical example, using matlab realized, very useful for beginners.
2
- 基于线性矩阵不等式理论对网络控制系统的控制器设计及方法进行了详细阐述,并进行了仿真试验,验证了所提出的方法的有效性。-Based on linear matrix inequalities theory of networked control systems with controller design and methods in detail, and carried out a simulation test to verify the proposed method is effect
Mathematics
- 利用数值分析中LU、LDLT、JACOBI、GAUSS_SEIDEL、RELAXATION各种方法解结构矩阵问题,Visual C#源代码-Numerical analysis of the use of LU, LDLT, JACOBI, GAUSS_SEIDEL, RELAXATION structure matrix method to solve various problems, Visual C# Source code
Traffic_Matrix
- 流量矩阵估计的综述,主要涉及从1996年来,流量矩阵估计领域的经典方法。-Summary of the estimated traffic matrix, mainly ranging from 1996 to the field of traffic matrix estimation classical method.
Fontcheckmode
- 简述了从标准字库中取字模的方法;On a check from the standard font in the matrix approach-Briefly from the standard font in the check matrix method On a check from the standard font in the matrix approach
Strassen
- 利用C++实现strassen矩阵乘法,即采用七次乘法的分治法。-The use of C++ realization of Strassen matrix multiplication, namely multiplication seven sub-rule method.
moving_average_v3.1
- Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps. -MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at hi
Matrixchainmultiplication
- 给定n个矩阵构成的一个链<A1,A2,…,An>其中i=1,2,…,n,矩阵Ai的维数为pi-1pi,对乘积A1A2…An以一种最小化标量乘法次数的方式进行加全部括号。该问题应用动态规划算法-N matrix of a given composition of a chain <A1,A2,…,An> Which i = 1,2, ..., n, the dimension of the matrix Ai is pi-1pi, on the product A1A2 .
matrix
- 实现矩阵的承法,而且运行方便,输出合理,结构紧凑!-Matrix method for the realization and operation of convenience, the output reasonably compact!
matrix
- 一种很好用的求逆矩阵方法,检查过了,没有错误哦-A good use of the inverse matrix method, checked, and no error oh
Transfer-matrix-methods
- 计算一个8自由度转盘扭转系统的固有频率和描述其主振型。-It is a computer program to calculate all the 8 natural frequency and the corresponding normal modes of torsional vibration of the rotor system using matrix iteration method or transfer matrix method respectively.
tranform-matrix
- 介绍传递矩阵法原理的文献资料,用于编写传递矩阵的理论指导资料-Introduce the transfer matrix method principle of the literature
inv-matrix
- 可以求解矩阵逆矩阵的方法。包含高斯消元法,LU法,二阶法-You can solve the matrix inverse matrix method. Contains the Gaussian elimination, LU law, second law
matrxmthd
- matrix method for temperature distribution in 1D(changing area)
VBA6-Matrix
- solve matrix according to guass method by VB6