搜索资源列表
NPE
- 本代码实现基于成对约束的半监督图嵌入算法-Following the intuition that the image variation of faces can be effectively modeled by low dimensional linear spaces, we propose a novel linear subspace learning method for face analysis in the framework of graph embeddi
eigen decomposition
- 极化SAR图像处理中的目标特征矩阵分解程序-Polarization SAR image processing target characteristic matrix decomposition process
eigen
- Computes the eigenvalues and eigenvectors of a real upper-Hessenberg Matrix using the QR method.
eigen
- 复矩阵特征值计算子程序-Complex matrix eigenvalue calculation subroutine
eigenvalues_decomposition
- stand alone header file implementing eigen value decomposition for a symmetric matrix-stand alone header file implementing eigen value decomposition for a symmetric matrix
eigen
- Compute the eigenvalues of the transition matrix
eigenvalues
- cuda code for eigen value of matrix
eigen
- 此程序为用matlab编写的基于最小二乘法通过求解广义矩阵特征值及特征向量进行椭圆曲线拟合程序。 程序中x,y分别为采样点的横纵坐标。生成的结果矩阵为椭圆曲线aX^2+bXY+cY^2+dX+eY+f=0中的各项系数。-This program was written with matlab by solving the generalized least square method based on matrix values and eigen vectors of the ellipt
eigen-eigen-da195914abcc
- c++可用的矩阵库文件,非常全面,包括矩阵的各种运算以及稀疏矩阵等-available c++ matrix library files, very comprehensive, including the various operations of the matrix and sparse matrix
eigen
- 求实对称矩阵的特征值特征向量,内有读入数据文件。-Realistic symmetric matrix eigenvalue eigenvector, there are read into the data file.
Eigen
- 这是一个简要的Eigen库的使用例子,Eigen是一个功能强大的矩阵运算库-This is a simple example about the usage of Eigen.Eigen is a very powerful matrix calculation library
MUSIC-source-based-decorrelation
- MUSIC算法是基于天线阵列协方差矩阵的特征分解类DOA估计算法,这里给出的是基于解相干的MUSIC算法。-MUSIC algorithm is based on the antenna array covariance matrix eigen-decomposition DOA estimation algorithm presented here is based on the MUSIC algorithm decoherence.
eigen
- c语言实现的对称矩阵求特征值特征向量源码-symmetric matrix c language source eigenvalues
Eigen-decomposition
- 矩阵特征分解算法的C代码程序包,包括瑞利商算法、Givens旋转算法、QL分解,和雅可比循环算法,另有一篇英文文档详细描述了各种算法函数的参数,程序思路。 -This is C code packet for Matrix decomposition algorithms including C file of Rayleigh s quotient method, Givens bisection method, QL method and Jacobi cyclic method as
Eigen-3.2.2
- Eigen非常方便矩阵操作,当然它的功能不止如此,由于本人只用到了它的矩阵相关操作,所以这里只给出了它的一些矩阵相关的简单用法,以方便快速入门。矩阵操作在算法研究过程中,非常重要,例如在图像处理中二维高斯拟合求取光斑中心时使用Eigen提供的矩阵算法。Eigen用源码的方式提供给用户使用,在使用时只需要包含Eigen的头文件即可进行使用。-Eigen is a C++ template library for linear algebra: matrices, vectors, numerica
Calculate Eigen Value Using Rayleigh's Method
- This source code in Matlab calculate the Eigen value of a matrix using Rayleigh's Method.
Eigen-3.2.2-CHM
- Eigen 3.2.2帮助文档。Eigen是一个高层次的C ++库,有效支持线性代数,矩阵和矢量运算,数值分析及其相关的算法。-Eigen 3.2.2 Help documentation. Eigen is a high-level C++ library, effective supports linear algebra, matrix and vector operations, numerical analysis and related algorithms.
matrix_relatedAlgorithm
- 矩阵先关运算,比如特征值分解,矩阵求逆。(Matrix related computation code, such as eigen value compuation, matrix inversion, etc.)
SVD_C++
- C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o
Eigen
- C++ 矩阵操作, ROS,Eigen3(C++ Library manipulating Vector Matrix)