Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matrix multiplication c
Search - matrix multiplication c - List
C语言源代码 矩阵相乘-C language source code matrix multiplication
Update : 2025-02-19 Size : 11kb Publisher : 王伟

这是一个用C实现矩阵相乘-This is the realization of a C matrix multiplication
Update : 2025-02-19 Size : 4kb Publisher : 张小兵

DL : 1
用分治法解矩阵乘法(C++实现)-with the partition method for matrix multiplication (C achieved)
Update : 2025-02-19 Size : 1kb Publisher : 胡凯

初学者实现矩阵乘法,觉得矩阵乘法简单但很实用,写的不是很高效,可以下载下来研究研究哦。-beginners achieve matrix multiplication, a simple matrix multiplication think it is practical and writing is not very efficient and can be downloaded from studies oh.
Update : 2025-02-19 Size : 1kb Publisher :

求解矩阵链相乘的问题,通过动态规划的方法,来求解该问题,使得矩阵链的相乘的运算最少。-chain matrix multiplication to solve the problem through dynamic programming methods to solve the problem, making the chain matrix multiplication operator at least.
Update : 2025-02-19 Size : 1kb Publisher : 韩希先

C语言实现的矩阵的常用计算!包括:矩阵乘法,加法,求逆,转置,开方等等!-C language used in the calculation of matrix! Including : matrix multiplication, addition, the inverse transfer home, prescribing, etc.!
Update : 2025-02-19 Size : 5kb Publisher : 周晓尧

3X3矩阵乘法的VHDL程序实现!对初学者有很大的帮助!-3X3 matrix multiplication VHDL program! For beginners is a great help!
Update : 2025-02-19 Size : 4kb Publisher : 温暖感

C++语言的复数与矩阵运算库,编写工程类软件必备。包括矩阵乘、加、数乘、逆等-C language in the plural and matrix operations for the preparation of engineering software required. Including matrix multiplication, Canada, multiply, the inverse
Update : 2025-02-19 Size : 9kb Publisher : 杨文海

完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup, copy structure, initialization, distribution matrix of data memory, All the home 0 to initialize arrays of arrays installed matrix elements of value, be aware of the value elements, Access Matrix number, access to the Matrix a few, access to the data matrix, the designated access vector, The designated access vector, heavy Operators =, operator == heavy, heavy load Operators! =, heavy Operators, Heavy Operators- Heavy Operators multiply*, heavy Operators matrix multiplication* matrix transpose.
Update : 2025-02-19 Size : 3kb Publisher : dingdong

基于cannon算法的MPI环境的并行程序原代码 能够计算超大型矩阵相乘,本人的毕业设计 绝对经典-cannon algorithm based on the environment of MPI parallel programming code to calculate the original super matrix multiplication. I graduated from the absolute classic design
Update : 2025-02-19 Size : 277kb Publisher : jiafanbing

可对任意两个矩阵做加法、减法、乘法等运算;同时可对单个矩阵求转置矩阵、三角分解、奇异值分解等操作,功能强大。-Can make any two matrix addition, subtraction, multiplication and other operations at the same time, a single matrix transpose matrix, triangular decomposition, singular value decomposition, etc. operate and powerful.
Update : 2025-02-19 Size : 119kb Publisher : yueyuezhaozhao

讨论的矩阵运算包括矩阵转置、矩阵向量相乘、矩阵乘法、矩阵分解以及方阵求逆等。特别适合C语言的实现。-Discussion of matrix operations including matrix transpose, matrix vector multiplication, matrix multiplication, matrix factorization and matrix inversion, etc.. Particularly suitable for the realization of C language.
Update : 2025-02-19 Size : 392kb Publisher : 郑耀

矩阵乘法是线性代数中最常见的运算之一,它在数值计算中有广泛的应用。若A和B是2个n×n的矩阵,则它们的乘积C=AB同样是一个n×n的矩阵。-Linear algebra matrix multiplication is the most common computing one of its numerical computation in a wide range of applications. If A and B are two n × n matrix, then their product C = AB is also a n × n matrix.
Update : 2025-02-19 Size : 233kb Publisher : 陈大哥

应用vc++编辑矩阵的各种运算,矩阵的加法,矩阵的乘法,矩阵的转置,求逆-Application vc++ Edit a variety of matrix operations, matrix addition, matrix multiplication, matrix transpose, inverse
Update : 2025-02-19 Size : 227kb Publisher : zhaozhao

DL : 0
矩阵相乘并行算法实现,C语言开发,用mpi编程完成-Parallel matrix multiplication algorithm, C language development, with the completion of mpi programming
Update : 2025-02-19 Size : 1kb Publisher : kmart

设计了矩阵类,该类实现了矩阵的数学运算,包括矩阵乘除/求逆/求特征向量的!-Design a matrix type, such realization of the matrix arithmetic, including matrix multiplication and division/inversion/demand eigenvector!
Update : 2025-02-19 Size : 5kb Publisher : 潘家能

并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
Update : 2025-02-19 Size : 1kb Publisher : sangecoa

DL : 0
利用C++实现strassen矩阵乘法,即采用七次乘法的分治法。-The use of C++ realization of Strassen matrix multiplication, namely multiplication seven sub-rule method.
Update : 2025-02-19 Size : 1kb Publisher : 吕东

矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
Update : 2025-02-19 Size : 3kb Publisher : Jurihui

基于C语言的,在共享内存的并行机上使用OpenMP并行环境实现矩阵乘法-C-based, shared memory parallelism using OpenMP on a parallel machine environment to achieve the matrix multiplication
Update : 2025-02-19 Size : 1kb Publisher : 苗高洁
« 12 3 4 5 6 7 8 9 10 ... 14 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.