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

搜索资源列表

  1. juzhen

    0下载:
  2. 设计算法求三对角矩阵在压缩存储下的转置矩阵。-Design algorithm for tridiagonal matrix stored in compressed under the matrix transpose.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:876
    • 提供者:詹书保
  1. 1989xishujuzheng

    0下载:
  2. 稀疏矩阵采用三元组表示。(1)求两个具有相同行列数的稀疏矩阵A和B的相加矩阵C,并输出C。(2)求出C的转置矩阵D,输出D。-The use of sparse matrix triple that. (1) for the ranks of the two with the same number of sparse matrix A and B the sum of matrix C, and output C. (2) calculated C matrix transpose of D,
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1968
    • 提供者:夏洁
  1. math

    0下载:
  2. 矩阵运算:求逆、转置、相乘等,然后通过矩阵运算求多项式纠正的值,多项式如:X=a0+a1*x+a2*y+a3*x*x+a4*x*y+a5*y*y Y=b0+b1*x+b2*y+b3*x*x+b4*x*y+b5-Matrix operations: inversion, transpose, multiply, etc., and then through the matrix for computing the value of correct polynomial, polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2334
    • 提供者:sjunme
  1. cholesky

    0下载:
  2. Cholesky decomposition is a decomposition of a symmetric, positive-definite matrix into the product of a lower triangular matrix and its conjugate transpose. This algorithm is highly useful for Electrical Power system Engineering and other mathematic
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:543
    • 提供者:mmbaskr
  1. 5[1][1].4

    0下载:
  2. 两个稀疏矩阵的三元组a,b输出,转置,相加及相乘-Two sparse matrix triple a, b output, transpose, add and multiply
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:703
    • 提供者:夏馨
  1. CPP_MatrixProj

    0下载:
  2. 矩阵(Matrix)是一个数学概念,它具有以下行为: (1) 两个矩阵相加 (2) 两个矩阵相乘 (3) 一个矩阵转置 用面向对象编程思想实现-Matrix (Matrix) is a mathematical concept, it has the following acts: (1) the sum of two matrices (2) the two matrices (3) a matrix transpose thinking with the realizatio
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:11548
    • 提供者:廖龙云
  1. Matrixoperation

    0下载:
  2. 矩阵操作,有求逆,转置,等常用的功能,很有错的.-Matrix operation, the inverse, transpose, and other commonly used functions, very wrong.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1229
    • 提供者:cnng
  1. juzhen

    0下载:
  2. 矩阵的快速转置,是利用C++代码实现的。-Fast matrix transpose, using C++ code to achieve the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1166
    • 提供者:
  1. matrix_transpose

    0下载:
  2. 本软件用bcb实现了矩阵转置运算,简单通俗,易于理解-This software is realized with bcb matrix transpose operation, simple and popular, easy to understand
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:7519
    • 提供者:gaojinrong
  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. 12

    0下载:
  2. 用于矩阵地相乘,矩阵的转置以及逆矩阵的求法-For matrix multiplication, transpose and inverse matrix method of seeking
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1047109
    • 提供者:tlh
  1. minv

    0下载:
  2. 多维矩阵的转置功能,用于在2维及以上维数时,将某几维转置,实现相关功能-Multi-dimensional matrix transpose function, used in two-dimensional and higher dimensions, it will be a several-dimensional transpose
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:708
    • 提供者:doudou
  1. matrix_library

    0下载:
  2. A Stand-alone Library implemented in C to replicate all Matrix related operations in software. Using this library, the user can easily play around with matrices, like transpose, multiply, Inverse
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:8309
    • 提供者:Raviola
  1. single

    0下载:
  2. 一般性的奇异值分解算法,float浮点型。-SGGSVD computes the generalized singular value decomposition (GSVD) * of an M-by-N real matrix A and P-by-N real matrix B: * * U*A*Q = D1*( 0 R ), V*B*Q = D2*( 0 R ) * * where U, V and Q are orthogonal matric
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:36817
    • 提供者:muxihan
  1. sparematrix

    0下载:
  2. 稀疏矩阵转置算法,经常使用,可以用于复习数据结构-Sparse matrix transpose algorithm, frequently used data structures can be used to review
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:493774
    • 提供者:张元
  1. secondechaptermathematics

    0下载:
  2. game programming gems4中的数学部分代码,包括非均匀样条、协方差矩阵计算包围对象、雅克比转置等内容-the code of the math part of game programming gems4 , including non-uniform splines, surrounded by the covariance matrix calculation of object Jacobian transpose etc.
  3. 所属分类:Game Program

    • 发布日期:2017-04-09
    • 文件大小:1956819
    • 提供者:MEHU
  1. matix

    0下载:
  2. VC++中使用的矩阵类模板,实现矩阵存储,转置等问题。-VC++ matrix class template used to achieve matrix storage, transpose and other issues.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1080
    • 提供者:luolizi
  1. p03

    0下载:
  2. 1、编写并测试3×3矩阵转置函数,使用数组保存3×3矩阵 2、使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 3.写一个程序,定义基类车Vehicle,有Run,Stop等成员函数,由它派生出2个派生类:(自行车类)、(汽车类),从Bbicyce 、Motoracar派生出Motorcycle(摩托车类),它们都有Run,Stop等成员函数。注意虚函数的作用。 -1, to prepare and test the 3 × 3 matrix transpose
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1320
    • 提供者:月月
  1. crosslist

    1下载:
  2. 十字链表实现稀疏矩阵的运算 加法,乘法,转置 还有课程报告啊-Cross-linked to achieve sparse matrix operations addition, multiplication, transpose course there is the report of ah
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:277245
    • 提供者:jack
  1. 1111

    0下载:
  2. 该程序是一个矩阵转置。里面的内容是程序的基本框架。-The program is a matrix transpose. Inside the contents of the basic framework of a program.
  3. 所属分类:Other systems

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