CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 特征值 特征向量

搜索资源列表

  1. pcaC++

    0下载:
  2. 使用C++语言实现主成分变换算法pca,包含求特征值特征向量
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5.59kb
    • 提供者:海礁
  1. 矩阵特征值的计算

    0下载:
  2. 矩阵特征值与特征向量的计算约化对称矩阵为对称对角阵的豪斯荷尔镕变换法似对称三对角阵的全部特征值、特征向量的计算等-Matrix eigenvalues and eigenvectors of the calculation about symmetry symmetric matrix diagonal matrix ho Shihemi Rong transform it symmetric tridiagonal matrix eigenvalue all, the eigenvectors
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.79kb
    • 提供者:樊继东
  1. program11

    0下载:
  2. 振动作业 之 求解特征值特征向量 多自由度受迫振动分析 利用矩阵分析法中的数学方法-Vibration operation of the Eigenvalue eigenvector solving multi-DOF forced vibration analysis using matrix analysis of the mathematical methods
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.97kb
    • 提供者:metian
  1. double_QR

    1下载:
  2. 运用双线性QR分解法求矩阵特征值及特征向量,并含有QR分解法子程序-Use of bilinear matrix QR decomposition method for eigenvalue and eigenvector and contains procedures for QR decomposition method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:8.67kb
    • 提供者:zonk
  1. 1

    0下载:
  2. 使用带双步位移QR法求解矩阵的特征值和特征向量-Use with dual-step method displacement QR matrix eigenvalues and eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2.46kb
    • 提供者:李少林
  1. JCBI

    0下载:
  2. 雅可比法求实对称矩阵特征值与特征向量,有例子,检验过,很顺利-Jacobian method realistic symmetric matrix eigenvalue and eigenvector, there are examples of tests, it is smooth
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1.15kb
    • 提供者:张帆
  1. MetrixVector

    0下载:
  2. vc++实现矩阵特征值与特征向量的计算
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:92.9kb
    • 提供者:youngvery
  1. mtl4-alpha-1-r6418

    0下载:
  2. 矩阵运算源码最新版本,支持矩阵乘法、转置求逆,特征值特征向量等操作。-Source the latest version of matrix operations in support of matrix multiplication, transpose inverse, eigenvalue eigenvector and so on.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:376.09kb
    • 提供者:刘小刚
  1. Jacobian_algorithm

    0下载:
  2. 用雅克比算法求取一个实对称矩阵的特征值和特征向量-Jacobian algorithm used to strike a real symmetric matrix of eigenvalues and eigenvectors
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.28kb
    • 提供者:海拉
  1. eigenvalue_decomposition

    0下载:
  2. 用于计算特征值和特征向量,挺好的,精度还不错-eigenvalue decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:15.07kb
    • 提供者:张龙
  1. PluralandMatrix

    0下载:
  2. C源码之复数运算和矩阵运算:内含复数的表示,复数的所有运算(包括求共轭,解析函数等)。矩阵的创建,加减运算,矩阵和向量乘法,矩阵和矩阵乘法,矩阵求逆,求矩阵特征值和特征向量; 现在大量科学计算要求在C编程中使用复数或者矩阵,希望能给你带来帮助~ -C-source computing, and the complex matrix calculation: that includes plural, the plural of all operations (including seek
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:22.08kb
    • 提供者:shiping
  1. 5

    0下载:
  2. 数值计算中矩阵特征值和特征向量的C++程序-Numerical calculation of eigenvalues of matrix C++ program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1.25mb
    • 提供者:hope
  1. LinearAlgebra

    0下载:
  2. 线性代数基本实现,各种基础的线性代数计算接口(加减乘除、求逆、求秩、最大线性无关组)以及矩阵的特征值特征向量的计算(QR方法)。含有设计文档。-The basic realization of linear algebra, and linear algebra calculation based interface (addition and subtraction multiplication and division, inverse, and rank, the largest grou
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:286.57kb
    • 提供者:李昂
  1. matrix

    0下载:
  2. 第6章: 矩阵特征值计算 Chapoly 通过求矩阵特征多项式的根来求其特征值 pmethod 幂法求矩阵的主特征值及主特征向量 rpmethod 瑞利商加速幂法求对称矩阵的主特征值及主特征向量 spmethod 收缩法求矩阵全部特征值 ipmethod 收缩法求矩阵全部特征值 dimethod 位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 qrtz QR基本算法求矩阵全部特征值 hessqrtz 海森伯格QR算法求矩阵全部特征值 rqrtz 瑞
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:3.22kb
    • 提供者:舞蛳
  1. eigenvalues

    2下载:
  2. 计算复矩阵A(x) u = 0的特征值和特征向量,fortran代码,声学模态计算的必备工具。-Calculating complex matrix A (x) u = 0 the eigenvalues and eigenvectors, fortran code, acoustic an indispensable tool for modal calculations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-10-19
    • 文件大小:1.71kb
    • 提供者:杨明绥
  1. EigenvalueVectorRealSymmetryJacobi

    0下载:
  2. 矩阵特征值与特征向量的计算,实对称阵特征值及特征向量雅可比法-Matrix eigenvalue and eigenvector calculations, real symmetric matrix eigenvalue and eigenvector Jacobi Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:677byte
    • 提供者:shenzhou
  1. C

    1下载:
  2. 幂法 程序 [原创]幂法求解矩阵特征值及特征向量-I do not know
  3. 所属分类:Algorithm

    • 发布日期:2015-12-23
    • 文件大小:1.01kb
    • 提供者:
  1. juzheng

    0下载:
  2. 利用冪法或反冪法,求方阵的按模最大或按模最小特征值及其对应的特征向量。 -Using a power law or inverse power law, seeking phalanx on-die maximum or minimum characteristic values according to model and the corresponding eigenvectors.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:26.47kb
    • 提供者:yuan
  1. Matrix_eigenvalue_and_eigenvector_calculation

    0下载:
  2. 用C编写的矩阵特征值与特征向量计算的程序函数,与大家共享-Written with the C matrix eigenvalue and eigenvector calculation procedure function, and share
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:8.64kb
    • 提供者:蛐蛐
  1. yacobi

    0下载:
  2. 广义雅可比过关法计算全部特征值特征向量的fortran程序-Generalized Jacobian method to calculate all the eigenvalues ​ ​ pass eigenvectors fortran program
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.56kb
    • 提供者:ann
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com