CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 矩阵特征值

搜索资源列表

  1. CPP-Classical-algorithm

    0下载:
  2. 插值 查找 常微分方程(组)的求解 多项式与连分式函数的计算 非线性方程与方程组的求解 复数运算 汉字操作 基本图形操作 极值问题 矩阵特征值与特征向量的计算 拟合与逼近 排序 数据处理与回归分析 数学变换与滤波-Interpolation to find the ordinary differential equation (group) polynomial continued fraction function to calculate
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:337771
    • 提供者:yeyu
  1. paper1007

    0下载:
  2. 利用样本协方差矩阵特征值分解实现双通道SAR动目标检测.pdf-Dual Channels SAR Ground Moving Target Detection with Eigen-decomposition of the Sample Covariance Matrix
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:329953
    • 提供者:xiaowang
  1. MatrixCalculator

    1下载:
  2. 2.1 矩阵类设计 2.2 矩阵基础运算 2.3 实矩阵求逆的全选主元高斯-约当法 2.4 复矩阵求逆的全选主元高斯-约当法 2.5 对称正定矩阵的求逆 2.6 托伯利兹矩阵求逆的特兰持方法 2.7 求行列式值的全选主元高斯消去法 2.8 求矩阵秩的全选主元高斯消去法 2.9 对称正定矩阵的乔里斯基分解与行列式的求值 2.10 矩阵的三角分解 2.11 一般实矩阵的QR分解 2.12 一般实矩阵的奇异值分解 2.13 求广义
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:65586
    • 提供者:王健
  1. matrix

    0下载:
  2. 实现了矩阵中的各种操作, 包括矩阵相加,相减,矩阵乘法,矩阵转秩,余子式,求行列式的值,求矩阵特征值,LU 分解,QR 分解,求现行方程组的解等等。 是任何做科学计算工作者必备的类库。 此类库也是C++初学者极好的参考资料。类库的实现运用了运算符重载,友元,异常处理,文件输入输出,函数重载,指针,动态分配内存等一系列C++技术。-Matrix in a variety of operations, including matrix addition, subtraction,
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:9328
    • 提供者:汤慧
  1. givens

    0下载:
  2. givens 旋转,快速求解矩阵特征值的一种算法-givens rotation
  3. 所属分类:Other systems

    • 发布日期:2016-12-23
    • 文件大小:1024
    • 提供者:zhufangjun
  1. 1124

    0下载:
  2. 该方法是在Fortran 编译环境下通过幂法反幂法的计算矩阵特征值的源代码-The method is a Fortran compiler environment through the source code of the inverse power law power method to calculate the matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:1340
    • 提供者:zhanghong
  1. Mifa_Fanmifa

    0下载:
  2. 用幂法与反幂法求解矩阵特征值 -Using the power method and inverse power method to solve matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:329835
    • 提供者:QianZhou
  1. cpp

    0下载:
  2. C语言编写的于求取矩阵特征值及特征向量的带双步位移的QR分解法-Eigenvalues and eigenvectors of the matrix
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:169803
    • 提供者:name
  1. Arnold.tar

    0下载:
  2. 求解大型稀疏矩阵特征值的ARNOLD算法,利用矩阵的稀疏性降低算法的复杂度-the algorithm is to calculate the eigenvalue and eigenvector of the large sparse matrix
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:20935
    • 提供者:徐飞
  1. dp

    0下载:
  2. 数值分析,求矩阵特征值,输入是自定义矩阵,输出是多维特征值-Numerical analysis
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:515041
    • 提供者:dingpeng
  1. jcbi

    0下载:
  2. 用来求实对称矩阵特征值与特征向量的雅可比法-Jacobi method for realistic symmetric matrix eigenvalue and eigenvector
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:1289
    • 提供者:meiyong
  1. arpack.tar

    1下载:
  2. 矩阵特征值计算软件,经典高质量包,由fortran 语言编写,可以通过C/C++/fortran调用-Matrix eigenvalue calculation software, the classic high-quality package, written by fortran language, by C/C++/fortran call
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:1196842
    • 提供者:Jianjun Wu
  1. Fsaddle_jacobian_fun1

    0下载:
  2. 求取电力雅克比矩阵特征值雅克比矩阵特征值-Strike Jacobian matrix eigenvalue
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:2562
    • 提供者:ZY
  1. xufortran

    0下载:
  2. 各种fortran基础源代码,包括线性方程组求解,矩阵运算,矩阵特征值与向量等等问题的求解。-The various Fortran underlying source code, including solving linear equations, matrix operations, matrix eigenvalue vector problem solving.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-05
    • 文件大小:944393
    • 提供者:彭欣欣
  1. jacobi

    0下载:
  2. 雅可比算法求解矩阵特征值级特征向量问题,本算法有高速的特点-Jacobi algorithm for solving matrix eigenvalue-level feature vector problem, the algorithm has the characteristics of high-speed
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-21
    • 文件大小:215607
    • 提供者:五毛
  1. jacob

    0下载:
  2. jacob矩阵特征值计算,十分简单,带有注释-jacob matrix eigenvalue calculation is very simple, with a comment
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:2034
    • 提供者:陈艺夫
  1. power_method

    0下载:
  2. 幂法求解矩阵特征值。矩阵为带状矩阵,中间5排数值。-a mathmatical method called power method to calculate the eigenvalue of a matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:2686
    • 提供者:凌含潇
  1. jacobi

    0下载:
  2. 经典jacobi算法求矩阵特征值的matlab程序-The classic Jacobi algorithm matlab program requirements matrix eigenvalue
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:3329
    • 提供者:韩亮
  1. jacobi1

    0下载:
  2. 经典jacobi算法求矩阵特征值,matlab程序设计-Classical Jacobi matrix algorithm for eigenvalues, matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:3219
    • 提供者:韩亮
  1. erfenfa

    1下载:
  2. 二分法求矩阵特征值的matlab程序设计-The dichotomy matrix eigenvalues ​ ​ matlab program design
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:1124
    • 提供者:韩亮
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com