CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Eigenvalue

搜索资源列表

  1. 矩阵所有运算

    2下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:83488
    • 提供者:球球
  1. tzhzh

    0下载:
  2. 这是求矩阵特征值的一个方法如果大家还有另外更好的方法可以和我联系哦-This is the matrix eigenvalue for a way to the other if we have a better way to contact me and oh
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:917
    • 提供者:谈红鱼
  1. PSWF_numerical

    0下载:
  2. 用特征值分解法获得长椭球波脉冲,并得到时域脉冲和功率谱。-using eigenvalue decomposition ellipsoid with long-wave pulse, and with time domain pulse and the power spectrum.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2809
    • 提供者:王芳
  1. maxeig

    0下载:
  2. Maximum eigenvalue and the corresponding eigenvector.-Maximum and the corresponding eigenvalue eigenvector.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1376
    • 提供者:金岳
  1. Eigenvalue

    2下载:
  2. 这是用C编的计算大矩阵特征值和特征向量的程序。 提供了雅可比法和豪斯荷尔德-QR法两种方法计算矩阵特征值,可实现求取矩阵的特征值,所有结果必须到相应文件夹下(必须同时存放矩阵文件和程序)查看,特征值已经按从小到大的顺序排好。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:195218
    • 提供者:清枫
  1. QR_LU_Eigenvalue

    0下载:
  2. 包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse power meth
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4803
    • 提供者:gogomx
  1. yingyongshuzhifenxi.rar

    0下载:
  2. 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3239623
    • 提供者:zz
  1. Covariance

    0下载:
  2. 实现了协方差计算和特征值的结算,存在一个矩阵的通用类,-Realized covariance eigenvalue calculation and settlement, there is a matrix of generic classes,
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:156231
    • 提供者:yslike
  1. cgeev0

    0下载:
  2. 调用mkl的矩阵求本征值和本征函数,并得到计算时间-Call MKL for caculate the matrix s eigenvalue and eigenfunction,and get the efficiency
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:871
    • 提供者:小旋风
  1. lanczos1

    0下载:
  2. 利用lanczos输注特征值,特征向量,尽请指正-Lanczos infusion using eigenvalue
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2336
    • 提供者:李亮
  1. Matrix

    0下载:
  2. 实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
  3. 所属分类:Console

    • 发布日期:2017-06-14
    • 文件大小:23005054
    • 提供者:d_cloud
  1. C_RLS

    0下载:
  2. 研究利用RLS算法自适应均衡器纠正存在加性白噪声的信道的畸变。讨论特征值扩散度 对学习曲线的影响。 比较RLS算法和LMS算法在不同信噪比情况下的学习曲线。 -RLS algorithm using adaptive equalizer to correct the existence of additive white noise distortion channel. Eigenvalue discussion diffusivity impact on the learning cur
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:131283
    • 提供者:喻海
  1. QR

    0下载:
  2. 带双步位移的QR分解法求解矩阵的特征值和特征向量-With two-step displacement of the QR decomposition method for solving matrix eigenvalue and eigenvector
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2483
    • 提供者:Paul Wang
  1. MyMatrix

    0下载:
  2. 一个可以实现矩阵相关运算的程序,例如行列式值,逆矩阵,特征值,矩阵的迹等等,可以作为其他程序的辅助工具,具有一定的实用价值,编译通过,可运行-A matrix can be related to computing procedures, such as value determinant, inverse matrix, eigenvalue, matrix trace, etc., can be used as an aid to other procedures, has a certai
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:11376
    • 提供者:石峰
  1. juzhentezhengzhi

    0下载:
  2. 关于矩阵特征值问题的的源代码,matlab编写的,值得收藏,欢迎大家踊跃下载,为中国的科研事业做贡献-On the matrix eigenvalue problem of the source code, matlab prepared and worthy of collection, enthusiastically welcomed the U.S. download, in order to make China' s contribution to the cause of s
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2942
    • 提供者:苏木亚
  1. Eigenvalue

    0下载:
  2. 求矩阵的特征值的源代码c++程序,希望会给大家一些帮助。-Eigenvalue matrix of the source code c++ program, I hope will give you some help.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:7072
    • 提供者:齐齐
  1. eigen

    1下载:
  2. 复矩阵特征值计算子程序-Complex matrix eigenvalue calculation subroutine
  3. 所属分类:Windows Develop

    • 发布日期:2015-03-04
    • 文件大小:230764
    • 提供者:qingjun
  1. eigenvalue_sensitivity

    0下载:
  2. eigenvalue sensitivity eigenvalue sensitivity eigenvalue sensitivity eigenvalue sensitivity ei genvalue sensitivity ei genvalue sensitivity -eigenvalue sensitivity eigenvalue sensitivity eigenvalue sensitivity eigenvalue sensitivity e
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:3128
    • 提供者:pmp
  1. eigenvalue-decomposition_GSL

    1下载:
  2. 复数矩阵的特征值分解,使用了GSL科学计算函数库,使得特征值分解时间大大减少。-The plural matrix eigenvalue decomposition, USES the GSL scientific computing function library, makes the eigenvalue decomposition time greatly reduced.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:11143620
    • 提供者:郭利凯
  1. Matrix-eigenvalue-calculation

    0下载:
  2. 矩阵特征值计算,利用matlab中的函数求解矩阵特征值问题-Matrix eigenvalue calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4133
    • 提供者:junwang2020
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com