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

搜索资源列表

  1. Matrix

    2下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1077281
    • 提供者:雾水葛
  1. 1

    0下载:
  2. lu分解一个非常好的利用LU分解法求逆矩阵的程序,其... 详细说明:这是一个非常好的利用LU分解法求逆矩阵的程序,其中的Pivot是很好的-lu decomposition of a very good use of LU decomposition of matrix inversion procedures, a detailed descr iption of its ...: This is a very good use of LU decomposition of matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:670
    • 提供者:丁叮
  1. InvMatrix

    0下载:
  2. 求矩阵的逆矩阵,输入参数为原矩阵和输出矩阵-Matrix of the inverse matrix, the input parameters for the original matrix and output matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:574135
    • 提供者:金立
  1. mat

    0下载:
  2. 实现常用的矩阵运算,包括矩阵加,减,乘,除,还有矩阵求逆。-The achievement of common matrix calculation, including the matrix add, subtract, multiply, divide, as well as matrix inversion.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3427
    • 提供者:jackie
  1. matrix_invers

    0下载:
  2. C语言写的矩阵处理算法 主要实现了求逆和线性方程组的求解-Matrix written in C language processing algorithms to achieve a major inversion and solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2002
    • 提供者:张士广
  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
    • 文件大小:293444
    • 提供者:李昂
  1. gpc-step

    0下载:
  2. GPC可以提高系统的快速性和稳定性、鲁棒性,因为噪声有点波动正常的,快速性是最重要的,而这里的gpc 采用的阶梯式算法.阶梯式算法是用来求控制量变化量的算法,代替了原来矩阵求逆,使控制量变化量平滑增加-GPC can improve system speed and stability, robustness, because normal fluctuations in a bit of noise, speed is the most important, and here gpc step
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1338
    • 提供者:aries
  1. MatrixInverse

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:656
    • 提供者:brucezhang
  1. Inv_Matric

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:238303
    • 提供者:zhangjing
  1. matrix

    2下载:
  2. 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:376712
    • 提供者:
  1. juzhenjisuan

    0下载:
  2. 矩阵计算,包括矩阵相加、相减,相乘,还有求逆、转置,可直接调用-Matrices, including matrix addition, subtraction, multiplication, there is inverse, transpose, can be directly invoked
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2835
    • 提供者:zhao
  1. 3

    0下载:
  2. 下三角复矩阵求逆的ASIC设计及实现 论文 pdf-Lower triangular complex matrix inverse of the ASIC Design and Implementation of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:593592
    • 提供者:lee
  1. CH2

    0下载:
  2. 2.6 托伯利兹矩阵求逆的特兰持方法btrch.c 2.7 求行列式值的全选主元高斯消去法bsdet.c 2.8 求矩阵秩的全选主元高斯消去法brank.c-2.6 Toeplitz matrix inversion method of trun who seek btrch.c 2.7 Select the main determinant of the value of the yuan bsdet.c 2.8 Gaussian elimination matrix rank ord
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:15710
    • 提供者:yangasdtat
  1. Matrix

    0下载:
  2. 计算矩阵的常用运算,包括求逆,行列式,求解线性方程组等-Calculating matrix operations commonly used
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:30506
    • 提供者:clwa
  1. xishujuzhenyunsuan

    0下载:
  2. 稀疏矩阵的运算 加减乘除求逆等功能都有 包含报告 代码和可运行程序-Sparse matrix computing functions such as addition and subtraction multiplication and division are inverse
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:205441
    • 提供者:gaoxiancong
  1. vecmath-1_5_2-src

    0下载:
  2. java 写的matrix等的一些操作,含有矩阵求逆等方法,是java3d的一部分。https://java3d.dev.java.net/binary-builds.html -matrix operations such as matrix inversionmethods,It is part of java3d project. https:// java3d.dev.java.net/binary-builds.html
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:195364
    • 提供者:梁超
  1. Matrix1

    0下载:
  2. 矩阵各种运算,包括矩阵加减,矩阵相乘,矩阵求逆,和转置-matrix
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:13178
    • 提供者:廖春华
  1. 2

    0下载:
  2. c++编写的矩阵求逆,数值分析作业 !!!!1-c++ written in matrix inversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:115552
    • 提供者:吕云峰
  1. inverse

    0下载:
  2. 矩阵求逆,这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法-inverse of matrix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1488
    • 提供者:luzhen
  1. inverse_matrix

    0下载:
  2. 矩阵求逆计算程序,可以直接当子程序来调用-Matrix inversion computer program can be called when the subroutine
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1647
    • 提供者:clmde
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 39 »
搜珍网 www.dssz.com