搜索:transpose

找到约 9 项符合「transpose」的查询结果

结果 9
https://www.eeworm.com/dl/633/432896.html Java编程

java code to calculate transpose of a matrix

java code to calculate transpose of a matrix
下载 82
·
查看 1075
https://www.eeworm.com/dl/681/131519.html Oracle数据库

Common Martix Operation ,include transpose, qr-factorization, trangular martix

Common Martix Operation ,include transpose, qr-factorization, trangular martix
下载 42
·
查看 1105
https://www.eeworm.com/dl/694/431482.html 并行计算

cuda平台开发的矩阵变换并行操作(Matrix transpose)

cuda平台开发的矩阵变换并行操作(Matrix transpose),属于cuda sdk中的内容
下载 152
·
查看 1054
https://www.eeworm.com/dl/518/104632.html 数值算法/人工智能

基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of co

基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions : norm, distance, innerpr ...
下载 180
·
查看 1437
https://www.eeworm.com/dl/694/351658.html 并行计算

并行算法下的transpose实现。在smp环境下用mpi编写

并行算法下的transpose实现。在smp环境下用mpi编写
下载 101
·
查看 1068
https://www.eeworm.com/dl/666/107711.html Delphi控件源码

提供基本榘阵 ( Matrix ) 运算 ( product 、 sum 、 difference、 transpose、 traceof ) 的非可视构件 ( 1.0 版

提供基本榘阵 ( Matrix ) 运算 ( product 、 sum 、 difference、 transpose、 traceof ) 的非可视构件 ( 1.0 版,附源码 C++Builder 3.0/4.0/5.0 版适用 ),作者 : Jeff Hiscock。
下载 119
·
查看 1089
https://www.eeworm.com/dl/641/453195.html 数学计算

The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg

The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored ...
下载 198
·
查看 1127
https://www.eeworm.com/dl/644/291234.html 汇编语言

Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: give

Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
下载 140
·
查看 1094
https://www.eeworm.com/dl/513321.html 源码

批处理感知器算法

批处理感知器算法的代码matlab w1=[1,0.1,1.1;1,6.8,7.1;1,-3.5,-4.1;1,2.0,2.7;1,4.1,2.8;1,3.1,5.0;1,-0.8,-1.3;     1,0.9,1.2;1,5.0,6.4;1,3.9,4.0]; w2=[1,7.1,4.2;1,-1.4,-4.3;1,4.5,0.0;1,6.3,1.6;1,4.2,1.9;1,1.4,-3.2;1,2.4,-4.0;     1,2.5,-6.1;1,8.4,3.7;1,4.1,- ...
查看 74