代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/163745/10147523
m convfft.m
function [out] = convfft(z1,z2)
%CONVFFT FFT-based convolution and polynomial multiplication.
% C = CONVFFT(A, B) convolves vectors A and B. The resulting
% vector is length LENGTH(A)+LENGTH
www.eeworm.com/read/420015/10823273
m convfft.m
function [out] = convfft(z1,z2)
%CONVFFT FFT-based convolution and polynomial multiplication.
% C = CONVFFT(A, B) convolves vectors A and B. The resulting
% vector is length LENGTH(A)+LENGTH
www.eeworm.com/read/146287/12661099
gmr pas.gmr
# Pascal Draak Gmr file.
#
#TODO: Multiplication needs serious work.
#TODO: (Obje)cts/Classes would be nice.
#TODO: (Fill in the Integer types)
#TODO: Real types, (with FPU?)
#TODO: (Type declar
www.eeworm.com/read/245849/12777808
m vmt.m
function mato=vmt(mati,vector)
% Vector matrix multiplication (scaling of matrix rows)
% Written by: E. R.: June 12, 2004
% Last updated:
%
% mato=vmt(mati,vector)
% INPUT
% mati input mat
www.eeworm.com/read/245849/12777912
m mvt.m
function mato=mvt(mati,vector)
% Matrix vector multiplication (scaling of matrix columns)
% Written by: E. R.: June 9, 2004
% Last updated:
%
% mato=mvt(mati,vector)
% INPUT
% mati input m
www.eeworm.com/read/305575/13765371
m fmat.m
function[f]=fmat(N,dt)
%FMAT Unitary Fourier transform matrix
%
% F=FMAT(N) returns a matrix an NxN matrix F such that the matrix
% multiplication Y=F*X for X another NxN matrix returns a matrix
www.eeworm.com/read/493005/6403549
rcmul
NAME
rcmul - REDC multiplication
SYNOPSIS
rcmul(x, y, m)
TYPES
x integer
y integer
m odd positive integer
return integer v, 0
www.eeworm.com/read/259565/11782420
m vmt.m
function mato=vmt(mati,vector)
% Vector matrix multiplication (scaling of matrix rows)
% Written by: E. R.: June 12, 2004
% Last updated:
%
% mato=vmt(mati,vector)
% INPUT
% mati input mat
www.eeworm.com/read/259565/11782533
m mvt.m
function mato=mvt(mati,vector)
% Matrix vector multiplication (scaling of matrix columns)
% Written by: E. R.: June 9, 2004
% Last updated:
%
% mato=mvt(mati,vector)
% INPUT
% mati input m