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

搜索资源列表

  1. matMultRecur

    0下载:
  2. this code is used for parallel programming(a matrix multiplication with recursion)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1156
    • 提供者:honda
  1. Matrix

    0下载:
  2. C#的矩阵运算,包括加减乘除,求逆等-C#, matrix operations, including addition and subtraction multiplication and division, inverse, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:11606
    • 提供者:Huazhong
  1. Eigenvalue

    2下载:
  2. 用QR分解来求矩阵的全部特征值 包括:QR分解,矩阵转置,;矩阵求逆,矩阵相乘,最后迭代得出特征值-With QR decomposition to the full matrix eigenvalue include: QR decomposition, matrix transpose, matrix inversion, matrix multiplication, and finally reached eigenvalue iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:8419
    • 提供者:zengming
  1. matrix-multiplication

    0下载:
  2. 编写一个程序,实现两个矩阵相乘 需要第一个矩阵的列数与第二个矩阵的行数相同,结果是一个矩阵,且其行数与第一个矩阵的行数相同,与第二个矩阵的列数相同,结果矩阵中第i行/第j列的元素等于第一个矩阵的第i行的各元素与第二个矩阵第j列的各元素对应相乘之和。 -Write a program to multiply two matrices needed to achieve the first columns of a matrix of rows and the second the s
  3. 所属分类:Java Develop

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

    0下载:
  2. 实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
  3. 所属分类:Console

    • 发布日期:2017-06-14
    • 文件大小:23005054
    • 提供者:d_cloud
  1. metrix3

    0下载:
  2. 完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-Complete matrix of input and output. With the same number of rows and rows of the matrix between the adder, subtraction. In line with the requirements of the rules of matrix mu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:74995
    • 提供者:
  1. matrixMul

    0下载:
  2. 采用GPU通用计算API(CUDA)实现矩阵相乘。-The use of general-purpose GPU computing API (CUDA) to achieve the matrix multiplication.
  3. 所属分类:MPI

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

    0下载:
  2. 数学计算工具软件系统 设计软件实现下列功能: (1)矩阵乘法的运算 (2)对n个数据的排序 (3)方程的求解 (4)任意曲线的积分运算 -Mathematical tool for software system design software to achieve the following functions: (1) matrix multiplication operator (2) of the n data sorting (3) Equation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:67211
    • 提供者:三四三
  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. Calculate

    0下载:
  2. 矩阵并行算法程序,用c#语言编制,可用于数学并行计算。-Matrix parallel algorithm procedures, with c# Languages can be used in parallel computing mathematics.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924
    • 提供者:tmllpl
  1. Matrix

    0下载:
  2. 矩阵综合运算,包括加减数乘,矩阵相乘,矩阵求逆。-Matrix integrated computing, including a few by addition and subtraction, matrix multiplication, matrix inversion.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1143
    • 提供者:bbr
  1. Matrix

    0下载:
  2. 矩阵乘法计算器,实现两个矩阵的乘法。VC++6实现-Matrix multiplication calculator, the achievement of the two matrix multiplication. VC++6 to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:28224
    • 提供者:xuhang75
  1. matrix

    0下载:
  2. 用C语言实现数组和矩阵,矩阵和矩阵的乘法。-Implementation using C language array and matrix, matrix and matrix multiplication.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1679
    • 提供者:trueman
  1. Matrix

    1下载:
  2. 矩阵运算,加减乘除,转置,计算行、列元素和-Matrix computation, addition and subtraction multiplication and division, transpose calculated rows, columns and elements. . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2710
    • 提供者:liujianwei
  1. matrix

    0下载:
  2. 矩阵相乘,用与两个矩阵相乘的程序。输入两个矩阵即可相乘-Matrix multiplication, matrix multiplication using the two procedures. Enter the two matrices can be multiplied
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:599
    • 提供者:一念间
  1. matrix

    0下载:
  2. 矩阵包主要包括矩阵的乘法、求逆等运算。用C语言实现。-Matrix package include matrix multiplication, inverse operations and so on. Using C language.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:5035
    • 提供者:袁辉
  1. Strassen

    0下载:
  2. This File Named Strassen is the source of Strassen Algorithm used for matrix multiplication. It is so faster than the standard matrix multiplication algorithm , and is useful in practice for large matrices.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1152
    • 提供者:
  1. Matrix

    0下载:
  2. It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:4120
    • 提供者:Hancy Samurai
  1. OpenMP_exercise

    1下载:
  2. 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 算法课程的作业,用了3种方法 实现 矩阵相乘的优化算法。分别是dynamic programing,recursive, memorized-Algorithms course work, three kinds of methods used to achieve optimal matrix multiplication algorithm. Are dynamic programing, recursive, memorized
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:256075
    • 提供者:koko
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com