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

搜索资源列表

  1. Matrix

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

    • 发布日期:2017-05-08
    • 文件大小:1648864
    • 提供者:王呈祥
  1. juzheng

    0下载:
  2. 关于矩阵乘法一些相关的资料,比如概念。具体例子-About matrix of data
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:173934
    • 提供者:海子
  1. adjust

    0下载:
  2. 间接平差程序,包括矩阵乘法,求逆、转置等,用c程序实验,请参考-Indirect adjustment procedures, including matrix multiplication, inverse, transpose, etc. Experiment with c program, please refer to
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1312
    • 提供者:xx
  1. Matrix_Mul_limited

    0下载:
  2. Cuda简单的矩阵乘法程序,用于cuda初学者参考用-Cuda simple matrix multiplication program for beginners reference cuda
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:923
    • 提供者:wuchen
  1. Decomposition_QR

    0下载:
  2. QR分解法是三种将矩阵分解的方式之一。这种方式,把矩阵分解成一个正交矩阵与一个上三角矩阵的积。QR 分解经常用来解线性最小二乘法问题。QR 分解也是特定特征值算法即QR算法的基础。-QR decomposition are the three ways of decomposition of the matrix. In this way, the matrix decomposition into an orthogonal matrix and an upper triangular mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:585
    • 提供者:徐默涵
  1. dynamic-planning

    0下载:
  2. 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。考察这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序,这种计算次序可以用加括号的方式来确定。-Given n matrices {A1, A2, ..., An}, where Ai and Ai+1 is a mere of, i = 1,2, ..., n-1. Study the n matrix with the product A1A2 ...
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:740
    • 提供者:庞存岐
  1. STRASSEN

    0下载:
  2. 矩阵乘法是线性代数中最常见的运算之一,它在数值计算中有广泛的应用。若A和B是2个n×n的矩阵,则它们的乘积C=AB同样是一个n×n的矩阵-Matrix multiplication is linear algebra is the most common operation, it is one of the numerical calculation is widely used. If A and B is 2 n* n matrix, then their product C = AB i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:788
    • 提供者:庞存岐
  1. Matrix-multiplication-using-MPI

    1下载:
  2. 基于C语言的,在大型并行机上使用MPI实现矩阵乘法-Matrix multiplication using MPI implementations
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1222
    • 提供者:苗高洁
  1. matrix-multiplication-based-OpenMp-

    0下载:
  2. 基于C语言的,在共享内存的并行机上使用OpenMP并行环境实现矩阵乘法-C-based, shared memory parallelism using OpenMP on a parallel machine environment to achieve the matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:758
    • 提供者:苗高洁
  1. Matrix-multiplication-problems-with

    0下载:
  2. 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。要算出这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积。本文的功能是采用动态规划算法,给出矩阵的一种最优的加括号方式,是计算量最小。-Given n matrices {A1, A2, ...
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:13712
    • 提供者:阿四
  1. mpicannon

    1下载:
  2. 矩阵乘法并行计算的connon算法,fortran语言-Parallel computing connon matrix multiplication algorithm, fortran language
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2295
    • 提供者:吴力川
  1. mac_opencv

    0下载:
  2. 利用opencv对矩阵进行的运算操作等,可以产生服从均匀分布的随机矩阵,也可以产生服从正态分布的随机矩阵,有矩阵乘法,加法,除法等,非常方便,可以直接拿来用的。-Using opencv on computing matrix operations, etc., can produce uniformly distributed random matrix, can also produce a normal distribution of random matrices, a matrix m
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:4428
    • 提供者:马超
  1. matrix-multiplication

    0下载:
  2. 该文件内的源代码,实现矩阵乘法的高速算法,效率应该不错的-The file' s source code, to achieve high-speed matrix multiplication algorithm, efficiency should be good
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:3658
    • 提供者:张蓓蓓
  1. parallel

    0下载:
  2. 本程序是简单的矩阵乘法的并行计算实现,实现了均衡分配。-The procedure is simple matrix multiplication parallel computing to achieve, to achieve a balanced distribution.
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:3682
    • 提供者:helloyan
  1. mofang

    0下载:
  2. Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-Written in Java web game cube version, compiler generated. Class files, then use HTM
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:8196
    • 提供者:eric
  1. Numerical-Source

    0下载:
  2. 数值计算的变成源码,包含矩阵加减、向量运算,矩阵乘法等-Into a numerical code, including matrix addition and subtraction, vector operations, matrix multiplication, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:789990
    • 提供者:爱美元
  1. straseen-2

    0下载:
  2. 使用c++实现了strassen算法,既8阶矩阵乘法。-Use c++ implementation of strassen algorithm, both 8-order matrix multiplication.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1330
    • 提供者:mdm
  1. Strass

    0下载:
  2. Strassen矩阵乘法 分治法 矩阵乘法 时间复杂度O(n^2.81)-Strassen matrix multiplication, divide and conquer matrix multiplication time complexity O (n ^ 2.81)
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:112427
    • 提供者:fangjuan
  1. MatrixMultiply

    0下载:
  2. 自动构建随机矩阵进行普通矩阵乘法和Strassen矩阵乘法.运算完成后会将两种算法的结果进行比较,并且会输出两种算法各自花费的时间.-Automatically build a random matrix ordinary matrix multiplication and Strassen matrix multiplication. Operation is completed the results will compare the two algorithms, and outputs
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:13868
    • 提供者:huih
  1. Martirx

    0下载:
  2. 矩阵乘法,输入两个矩阵的每一个元素,输出相乘后的结果-Matrix multiplier, input two matrices for each element, the result of multiplying the output
  3. 所属分类:Applet

    • 发布日期:2017-04-07
    • 文件大小:1542
    • 提供者:王晟
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 34 »
搜珍网 www.dssz.com