代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/228652/14371384
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/228652/14371389
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/121515/14754817
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/114372/15056288
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/206113/15300079
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/168845/5435905
txt output.txt
Results of octonion test.
(C) Copyright Hubert Holin 2003-2005.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org
www.eeworm.com/read/168845/5435910
txt output.txt
Results of quaternion test.
(C) Copyright Hubert Holin 2003-2005.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.o
www.eeworm.com/read/162614/5524894
dep c45536a.dep
-- C45536A.DEP
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5528297
c 20011218-1.c
/* This testcase failed on Alpha at -O2 because $27 hard register
for the indirect call was exposed too early and reload couldn't
allocate it for multiplication and division. */
struct S {
i
www.eeworm.com/read/193277/8242796
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