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

搜索资源列表

  1. matrix

    0下载:
  2. 求任意稀疏矩阵的转置矩,并按要求完整输出。-Seeking an arbitrary sparse matrix transpose, as required, the output moments
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:771
    • 提供者:安静
  1. Compressionstorageandtransposematrix

    0下载:
  2. 实现了矩阵压缩存储与转置的算法 在数据的处理方面没有挺大的作用-Compression storage and transpose matrix In the data processing aspects of the role is not getting bigger
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:33654
    • 提供者:wang
  1. qq

    0下载:
  2. 跡數(trace),也就是對角線數據的總和,轉置矩陣(Transpose Matrix),則是將矩陣數據列跟欄對調將橫的數據變成直的,反矩陣(Inverse Matrix)它的定義為與目標矩陣相乘可以得到單位矩陣,為一個可逆矩陣. 跡數,轉置,反矩陣實作-Trace number (trace), which is the sum of diagonal data, Transpose (Transpose Matrix), malpractices matrix data will
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:1975
    • 提供者:nip
  1. transpose

    0下载:
  2. cuda code for matrix transpose
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1585752
    • 提供者:teena
  1. matrix

    0下载:
  2. 一个很简单的矩阵类,有四则运算、转置、求逆的功能-A very simple matrix class, there are four operations, transpose, inverse function
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1765
    • 提供者:chmt
  1. matrix_operation

    0下载:
  2. 着重介绍了矩阵的运算,包括矩阵的加减、乘除、转置和共轭、元素操作和逻辑运算等。-Focuses on the matrix operation, including matrix addition and subtraction, multiplication and division, transpose and conjugate, element operations and logical operations.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:363691
    • 提供者:饭佩熙
  1. Matrix

    0下载:
  2. 本程序实现两个矩阵相加、相减和相乘的运算和求稀疏矩阵的转置矩阵-Implementation of this program add two matrices, subtraction and multiplication operations and seek sparse matrix transpose
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1907
    • 提供者:
  1. matrix-transposeandmultiplication-functions

    0下载:
  2. 运用C++,书写源代码,从而实现矩阵的转置与矩阵乘法的功能,-Using C++, writing source code, in order to achieve matrix transpose and matrix multiplication functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:62616
    • 提供者:June
  1. matrixCalculator

    1下载:
  2. 矩阵计算器,C++编写的MFC程序,可以实现矩阵加减,数乘,转置,矩阵相乘等功能 -Matrix Calculator, C++ program written in MFC, you can achieve matrix addition and subtraction, multiplication, transpose, matrix multiplication and other functions
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-08-21
    • 文件大小:3542792
    • 提供者:马瑞辰
  1. transpose

    0下载:
  2. 实现稀疏矩阵的转置功能,能使时间复杂度为n(矩阵的行数或者列数)-Achieve sparse matrix transpose function, make the time complexity is n (the matrix rows or columns)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:148034
    • 提供者:易晓
  1. 2

    0下载:
  2. 只用一个变量,实现三乘三矩阵转置。矩阵已经内置程序中。-Only one variable, to achieve three-by three matrix transpose. Matrix has built-in program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:107053
    • 提供者:99
  1. matrix

    0下载:
  2. Matrix addition, Scalar multiplication, Transpose, and Row operations
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:1964
    • 提供者:glatho
  1. Sparse-matrix-transpose

    0下载:
  2. 绍了对稀疏矩阵进行压缩存储的几种存储方式,重点分析了稀疏矩阵的三元组压缩存储的不同存储结构,提出利 用数组首下标元素存储稀疏矩阵总行数、总列数和非零元素总个数三个信息的改进的三元组顺序表存储定义方式。同时给出 了用c语言编写的基于该定义上设计矩阵转置的几种算法。通过对各算法进行时间复杂度分析,总结出了几种算法的优 缺点。-Introduce a compressed sparse matrix storage of several storage
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:271926
    • 提供者:陈晓娟
  1. matrix

    0下载:
  2. //--显示矩阵,形参m为行,n为列 void MatrixDisplay(double *A,int m,int n) //--求矩阵转置,形参m为行,n为列,A转置后存为B void MatrixInverse(double *A,double *B, int m,int n) //--求矩阵相乘,A矩阵为[m,p],B矩阵为[p,n],C为[m,n] void MatrixMultiply(double *A,double *B,double *C ,i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1725
    • 提供者:heu
  1. matrix-inversion

    0下载:
  2. 矩阵求逆的完整实现,其中包括矩阵转置、求矩阵行列式、求伴随矩阵等功能模块,可以直接使用。-Complete implementation of matrix inversion, including matrix transpose, a matrix determinant, matrix and other requirements associated with function modules can be used directly.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:941
    • 提供者:肖欢
  1. Matrix

    0下载:
  2. VC++ 矩阵运算程序及技术文档,主要是进行矩阵的输入、输出运算,本程序能根据矩阵表达式来进行表达式求解。也就是说程序能判定各个运算符的优先权,然后进行分析计算。同时它还可对具有相同行数和列数的矩阵间的加法、减法运算,符合矩阵乘法规则要求的矩阵间的乘法运算,方阵间的除法,方阵的求逆,矩阵的求转置矩阵等运算。 -VC++ matrix operations procedures and technical documentation, primarily the matrix of the i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:53527
    • 提供者:
  1. cvmatop

    0下载:
  2. 该代码是矩阵的功能演示,包含矩阵的复制,矩阵的转置,矩阵的求逆,-The code is a matrix function of presentation, including a copy of matrix, matrix transpose, matrix inversion, etc.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:874
    • 提供者:manzhu
  1. matrix

    0下载:
  2. 矩阵的实现(十字链表为基础),基本功能(转置,求和,求积)-Matrix in (cross-list based), the basic functions (transpose, sum, product)
  3. 所属分类:Data structs

  1. Sparse-matrix-transposed

    0下载:
  2. 利用三元组表存储表示,求稀疏矩阵的转置矩阵-Using the table triples storage representation, find the sparse matrix transpose
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:14937
    • 提供者:钱行
  1. matrix

    0下载:
  2. 矩阵运算,包括加减乘除、取逆、转置,采用双精度浮点数运算,精度很高-Matrix operations including addition, subtraction, take inverse, transpose, using double-precision floating-point operation, high precision
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1068
    • 提供者:郑畅
« 1 2 34 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com