代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/440302/1799011
m multiplyoneregion.m
function Y = multiplyOneRegion( psfMatData, X );
%
% Y = multiplyOneRegion( psfMatData, X );
%
% This function computes the multiplication of a point spread
% function matrix times an imag
www.eeworm.com/read/440302/1799014
m variantmultiply.m
function Y = variantMultiply( psfMatData, X, padsize );
%
% Y = variantMultiply( psfMatData, X, padsize );
%
% This function computes the multiplication of a spatially variant
% point spre
www.eeworm.com/read/427960/8908473
c mr87f.c
/*
* Many processors support a floating-point coprocessor, which may
* implement a faster multiplication instruction than the corresponding
* integer instruction. This is the case for the
www.eeworm.com/read/283149/9040182
asm dft.asm
/*_______________________________________________________________________
DFT.ASM ADSP-2106x matrix multiplication
This routine performs the following equation:
A=B*C
where: A,B,C is a 4*
www.eeworm.com/read/349903/10785588
c mr87f.c
/*
* Many processors support a floating-point coprocessor, which may
* implement a faster multiplication instruction than the corresponding
* integer instruction. This is the case for the
www.eeworm.com/read/318176/13484076
c mr87f.c
/*
* Many processors support a floating-point coprocessor, which may
* implement a faster multiplication instruction than the corresponding
* integer instruction. This is the case for the
www.eeworm.com/read/122492/6065770
java moduloarithmetic.java
package numbercruncher.mathutils;
/**
* Perform multiplication and exponentiation modulo arithmetic.
*/
public class ModuloArithmetic {
/**
* Multiply two integer values a and b modulo
www.eeworm.com/read/100601/6267377
c mptest-3.c
/*
* Simple test driver for MPI library
*
* Test 3: Multiplication, division, and exponentiation test
*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "
www.eeworm.com/read/494289/6381488
c mr87f.c
/*
* Many processors support a floating-point coprocessor, which may
* implement a faster multiplication instruction than the corresponding
* integer instruction. This is the case for the
www.eeworm.com/read/260437/11725413
h matrix.h
/*
* FILE --- matrix.hh
*
* PURPOSE --- Header file for a class for implementing a matrix of complexs
* together with matrix operations such as multiplication, transpose, inverse,
* etc. It