代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/205036/15328986
m times.m
function C = times(A,B)
%TIMES Element-wise multiplication for ktensor.
%
% TIMES(A,B) denotes element-by-element multiplication.
%
% C = TIMES(A,B) is called for the syntax 'A .* B' when A or
www.eeworm.com/read/203062/15366587
txt evaluator.txt
evaluator.txt: This file documents the existing operators and
functions understood by the equation evaluator.
Operators:
= equality
- subtraction
+ addition
* multiplication
/ division
NEG negation
www.eeworm.com/read/110432/15533674
c multiary.c
/* Chapter 7 - Program 6 */
main()
{
int i,j;
int big[8][8],large[25][12];
for (i = 0;i < 8;i++)
for (j = 0;j < 8;j++)
big[i][j] =
www.eeworm.com/read/192030/8410712
m test_mpoly_numerical.m
% TEST_MPOLY_NUMERICAL -- test the subroutines in the @mpoly directory for numerical matrices
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% Dept. of Mathematics, Iowa State Univer
www.eeworm.com/read/192030/8410716
m test_mpoly_symbolic.m
% TEST_MPOLY_SYMBOLIC -- test the subroutines in the @mpoly directory for symbolic matrices
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% Dept. of Mathematics, Iowa State Universi
www.eeworm.com/read/386257/8759341
m ex0109.m
function ex0109()
N = 100000;
a = [1:N];
x = 1;
tic % initialize the timer
p1 = sum(a.*x.^[N-1:-1:0]); %plain multiplication
p1, toc % measure the time passed from the time of executing ’tic’
www.eeworm.com/read/386050/8767858
m mtimes.m
%MTIMES Dataset overload of *
%
% C = A*B
%
% This routines handles the dataset multiplication in case A or B is
% a dataset and none of these is a mapping. A or B may be a cell array
% of datasets
www.eeworm.com/read/383987/8907935
h fristh.h
#include"iostream.h"
void show();
void Addition(float a,float b);
void Subtraction(float a,float b);
void Multiplication(float a,float b);
void Division(float a,float b);
www.eeworm.com/read/427960/8910022
txt double.txt
With version 4.6 it is now possible to use a floating-point "double"
as the underlying type used to store the digits of a multi-precision number.
This is fully supported by the "config" utility.
www.eeworm.com/read/185152/9054775
m transform.m
function coords = transform(coords, matrix, offset)
%coords = TRANSFORM(coords, matrix, offset)
%
%Transform points with respect to the transformation matrix and offset
%
%Input:
% COORDS - coordinat