代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/326313/13148444
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/326313/13148449
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/324031/13293799
m rssymbolmul.m
%*************************************************************************
% Copyright (C) 2008 Circuit and System Lab of PKU
%
% Created : 2008-5
% Author : houdong(houdong@pku
www.eeworm.com/read/137160/13342105
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/136697/13365408
m maxminco.m
function B=maxminco(A,M)
% B=maxminco(A,M)%
% max-min composition [Klir 1988]
%
% Fuzzy vector-matrix multiplication (Kosko (1992) pp.307) :
% For row fit vectors A and B and fuzzy n-by-p matrix M.
www.eeworm.com/read/318176/13484395
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/315460/13542152
c timestab.c
/*
* File: timestab.c
* ----------------
* Generates a multiplication table where each axis
* runs from LowerLimit to UpperLimit.
*/
#include
#include "genlib.h"
/*
* Constants
* --
www.eeworm.com/read/314653/13562399
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/494289/6381856
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.