代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/293917/3927425
cpp fig10_46.cpp
/**
* Compute optimal ordering of matrix multiplication.
* c contains the number of columns for each of the n matrices.
* c[ 0 ] is the number of rows in matrix 1.
* The minimum number of mult
www.eeworm.com/read/440906/1780444
x 930529-1.x
# The problem on Alpha at -O3 is that when dd is inlined, we have
# division by a constant, which gets converted to multiplication
# by a large constant, which gets turned into an induction variable.
www.eeworm.com/read/366702/2878285
x 930529-1.x
# The problem on Alpha at -O3 is that when dd is inlined, we have
# division by a constant, which gets converted to multiplication
# by a large constant, which gets turned into an induction variable.
www.eeworm.com/read/266360/4272539
c mul_fft.c
/* An implementation in GMP of Scho"nhage's fast multiplication algorithm
modulo 2^N+1, by Paul Zimmermann, INRIA Lorraine, February 1998.
THE CONTENTS OF THIS FILE ARE FOR INTERNAL USE AND THE
www.eeworm.com/read/159030/5588922
java exptimes.java
/**
*This class is used for expressions using the multiplication operation.
*This class extends the Exp abstract class
**/
package CatDecaf.IR;
import CatDecaf.Utilities.*;
import parser.*;
im
www.eeworm.com/read/266379/11229268
cpp fig10_46.cpp
/**
* Compute optimal ordering of matrix multiplication.
* c contains the number of columns for each of the n matrices.
* c[ 0 ] is the number of rows in matrix 1.
* The minimum number of mult
www.eeworm.com/read/202486/15381889
cpp ex1204.cpp
// Programming with C++ by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 12.4 on page
// The multiplication operator for the Ratio class
#include
using namespace std
www.eeworm.com/read/111083/15519009
html mat_chain.html
Data Structures and Algorithms: Matrix Chain Multiplication
www.eeworm.com/read/385844/8786553
c matmult.c
/* matmult.c
* Test program to do matrix multiplication on large arrays.
*
* Intended to stress virtual memory system.
*
* Ideally, we could read the matrices off of the file system,
*
www.eeworm.com/read/284556/8919241
c matmult.c
/* matmult.c
* Test program to do matrix multiplication on large arrays.
*
* Intended to stress virtual memory system.
*
* Ideally, we could read the matrices off of the file system,
*