CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matrix inverse

搜索资源列表

  1. Work2

    0下载:
  2. 北航数值分析大作业第二题:用幂法和反幂法求501阶矩阵的特征值-Numerical analysis of a large operation Beihang second question: The power method and inverse power law seeking 501 order matrix eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:9308
    • 提供者:邹洪斌
  1. gaussj

    0下载:
  2. 完全主元法的高斯消元法求逆矩阵算法,计算结果返回矩阵逆和线性方程组的解。-Gauss elimination for the inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:617
    • 提供者:邹博安
  1. lsqr_b

    1下载:
  2. 此算法为用于解反问题的lsqr算法,对Ax=b,输入矩阵A,列向量b,以及迭代步数,求得列向量x-This algorithm is used for solution of the inverse problem lsqr algorithm, Ax = b, the input matrix A, the column vector b, as well as the number of iterative steps, to seek the column vector x
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1692
    • 提供者:gongwei
  1. jpeg

    2下载:
  2. 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程。-JPEG compression standard of the simulation, the main process of DCT compression, according to the JPEG quantization matrix to quantify the results of the DCT,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:4617
    • 提供者:Justin
  1. Matrixcalculation

    0下载:
  2. 矩阵运算,包括矩阵的加减乘除,求逆矩阵,并可以判断矩阵是否可以相加或相乘-Matrix operations, including matrix addition and subtraction, multiplication and division, and inverse matrix and matrix can determine whether the sum or multiply
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1816
    • 提供者:王笑
  1. pinv

    1下载:
  2. //奇异值分解法求广义逆 //本函数返回值小于0表示在奇异值分解过程, //中迭代值超过了60次还未满足精度要求. //返回值大于0表示正常返回。 //a-长度为m*n的数组,返回时其对角线依次给出奇异值,其余元素为0 //m-矩阵的行数 //n-矩阵的列数 //aa-长度为n*m的数组,返回式存放A的广义逆 //eps-精度要求 //u-长度为m*m的数组,返回时存放奇异值分解的左奇异量U //v-长度为n*n的数组,返回时存放奇异值分解的左奇异量
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3556
    • 提供者:钟钟
  1. 3107002005_3rd

    0下载:
  2. 三对角矩阵最常用最快速的追赶法,应用广泛。更是样条插值逆运算的重要工具-Tridiagonal matrix most commonly used to catch up with the most rapid method, widely used. Spline Interpolation is an important tool for inverse operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:810
    • 提供者:lommmmmm
  1. inv

    1下载:
  2. 对矩阵求逆,根据提示在visual c++运行环境中输入矩阵及相关参数即可求出逆矩阵-Of matrix inversion, according to prompts in visual c++ runtime environment, type the matrix and related parameters can be obtained inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:902
    • 提供者:谢杰
  1. nm

    0下载:
  2. 求逆矩阵--solution for inverse matrix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-08
    • 文件大小:3563
    • 提供者:
  1. Gauss-Jordan

    0下载:
  2. Gauss-Jordan消去法求矩阵的逆-Gauss-Jordan elimination method of the inverse matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:945
    • 提供者:许晔
  1. algorithm

    0下载:
  2. C语言常用算法集合,包括底层编程,字符串处理,效验算法,逆阵、数学问题,问题算法-C language commonly used algorithm for the collection, including the underlying programming, string handling, well-tested algorithms, inverse matrix, a mathematical problem, the problem algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:312725
    • 提供者:zzt
  1. zigzag

    0下载:
  2. 函数功能:本函数将完成对输入的 8*8 矩阵按照 zigzag 排列抽取数据 matrix 为输入矩阵 select==1 为正变换,select==2为反变换 zigdone 为输出矩阵-Function: This function will complete the input of 8* 8 matrix of data collected in accordance with the zigzag array matrix as input matrix select ==
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1002
    • 提供者:张阳
  1. nizhen

    0下载:
  2. 这是求矩阵逆的一种方法的源代码.用的是代数余子式求的-This is the inverse matrix of a method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1355
    • 提供者:s
  1. juzhenyunsuan

    0下载:
  2. 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-This procedure to complete the matrix input and output. Have the same number of rows and rows of the matrix between the adder, subtraction. Comply with the requirements of
  3. 所属分类:MPI

    • 发布日期:2017-05-24
    • 文件大小:2805912
    • 提供者:孙岩
  1. inv

    2下载:
  2. 用矩阵变换法求逆矩阵 C++,已通过测试-Matrix transformation method using the inverse matrix C++, Have passed the tests
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-01-14
    • 文件大小:1496
    • 提供者:doubley
  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. Converse

    0下载:
  2. 用最大主元法求矩阵的逆,可以求不规则矩阵的逆,结果稳定-Element method with the greatest master of the inverse matrix can be irregular for the inverse matrix, resulting in stable
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:187002
    • 提供者:张晓毛
  1. nijuzhen

    0下载:
  2. 求矩阵的逆 可以求任意阶矩阵的逆 但是前期是这个矩阵有存在可逆阵-The inverse matrix can be arbitrary order for the inverse matrix is the matrix but the pre-existence of reversible array
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4670
    • 提供者:苏雅
  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
    • 文件大小:385120
    • 提供者:刘小刚
  1. MatrixZong

    0下载:
  2. 该算法的功能是描述两矩阵之间相加,以及求逆矩阵-Function of the algorithm are described between the sum of two matrices, as well as the inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1276
    • 提供者:李明
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 35 »
搜珍网 www.dssz.com