搜索资源列表
LinearAlgebrainGaloisFields
- To invert a square Galois array, use the inv function. Related is the det function, which computes the determinant of a Galois array.
det
- 用全选主元高斯(Gauss)消去法计算n阶方阵的行列式值。
DET
- c语言实现的离散傅立叶(DFT)变换。非快速傅里叶变换,基本的傅里叶变换。-A basic Discrete Fourie Transform program, not Fast Discrete Fourie Transform
EigValCalc
- 数值计算:使用幂法、反幂法、LU分解等求解矩阵的按模最大特征值、按模最小特征值、第二条件数以及矩阵行列式值的C++源码实现-C++ implemented Power Method, Inverse Power Method, LU to calculate the eigen & det value of a matrix
symMat
- A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation. This function produces a matrix of arbitrary dimension of symbolic elements that are in
04z160
- 采用高速DET+DSP方案进行实时压缩,提高了高空间分辨力遥感图像实时压缩的质量-DET+ DSP program using high-speed real-time compression, improved spatial resolution remote sensing image of high quality real-time compression
det
- determinant of a matrix-determinant of a matrix
video-boundary-det
- Video boundary detection
det
- Matlab用小波神经网络变换对时间序列信号进行预测-Matlab neural network with wavelet transform to predict the time series signal
LogdetPPA-0
- 解log-det半定规划的matlab软件包,对解优化问题很有用。-A MATLAB software package for log-determinant semidefinite programming, it is useful to solve optimization problems.
det
- C++实现求矩阵行列式,手动输入维数和矩阵-C++ implementation requirements matrix determinant
edggy-det
- e book for edge detection
Jacobi
- Jacobi矩阵一般是坐标变换时用的——这个坐标系的坐标依次对那个坐标系的坐标求偏导数即得Jacobi矩阵。积分时从直角坐标变到球坐标、极坐标肯定要在积分号里乘上Jacobi矩阵的行列式。 若其特征值全为正,则此Jacobi矩阵正定,即它的任何二次型都大于零。并且如果是对称Jacobi矩阵,还可以实相合于一个单位阵。是比较强的条件。矩阵A的特征值是这个关于x的方程的所有根 det(A-xI)=0-Jacobi
PAPER2
- 基于随机矩阵理论的DET合作频谱感知算法.pdf-Evolutionary Design of Polymorphic Self-checking Circuits Based on Inputs Decomposition and Outputs Matching
Det
- Solving determinant of a matrix
moving-obj-det.zip
- moving object detection for video survelliance,moving object detection for video survelliance
det
- Using LU Decomposition Method to solve determination of matrix writing by C-Using LU Decomposition Method to solve determination of matrix writing by C
Det
- 采用递归算法求任何阶的行列式,在主函数中还有一个例子说明。-Recursive algorithm for the determinant of any order
EER
- Plot This curves Receiver Operating Characteristic (ROC) curve Detection Error Trade-off (DET) curve FAR vs FRR
det
- c语言求行列式值,输入条件:矩阵的秩,数组指针-get the det of a matrix