代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/493294/6400129
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/486345/6540249
m poly_mult.m
function ab = poly_mult (a, b, mod_pol)
%POLY_MULT Polynomial modulo multiplication in GF(2^8).
%
% AB = POLY_MULT (A, B, MOD_POL)
% performs a polynomial multiplication of A and B
% in t
www.eeworm.com/read/480070/6676289
hpp sarrayops1.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/477716/6732820
c fig10_38.c
#include
typedef double Matrix[ 2 ][ 2 ];
/* START: fig10_38.txt */
/* Standard matrix multiplication */
/* Arrays start at 0 */
void
MatrixMultipl
www.eeworm.com/read/404076/11492030
c fig10_38.c
#include
typedef double Matrix[ 2 ][ 2 ];
/* START: fig10_38.txt */
/* Standard matrix multiplication */
/* Arrays start at 0 */
void
MatrixMultipl
www.eeworm.com/read/400577/11572836
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/347945/11624627
m mtimes.m
function F = mtimes(X,Y)
% mtimes (overloaded)
% Author Johan L鰂berg
% $Id: mtimes.m,v 1.2 2006/07/25 12:57:08 joloef Exp $
Xd = isa(X,'ndsdpvar');
Yd = isa(Y,'ndsdpvar');
if Xd & Yd
www.eeworm.com/read/156908/11753861
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.