代码搜索:Reduction
找到约 701 项符合「Reduction」的源代码
代码结果 701
www.eeworm.com/read/303463/3810221
m domain_reduction.m
function [p,feasible,vol_reduction] = domain_reduction(p,upper,lower,lpsolver,xmin);
% This is just too expensive
t1 = p.binary_variables;
t2 = p.integer_variables;
p.binary_variables = [];
p.int
www.eeworm.com/read/402654/2318586
hpp reduction_functors.hpp
// Software License for MTL
//
// Copyright (c) 2007 The Trustees of Indiana University. All rights reserved.
// Authors: Peter Gottschling and Andrew Lumsdaine
//
// This file is part of the Matrix
www.eeworm.com/read/402654/2318670
cpp vector_reduction.cpp
// File: vector_reduction.cpp
#include
#include
int main(int argc, char* argv[])
{
using namespace mtl;
typedef std::complex cdouble;
den
www.eeworm.com/read/366702/2876396
f90 reduction.f90
! { dg-do run }
! PR 16946
! Not all allowed combinations of arguments for MAXVAL, MINVAL,
! PRODUCT and SUM were supported.
program reduction_mask
implicit none
logical :: equal(3)
integer,
www.eeworm.com/read/193277/8241988
m domain_reduction.m
function [p,feasible,vol_reduction] = domain_reduction(p,upper,lower,lpsolver,xmin);
% This is just too expensive
t1 = p.binary_variables;
t2 = p.integer_variables;
p.binary_variables = [];
p.int
www.eeworm.com/read/173695/9641393
vhd reduction_synth.vhd
----------------------------------------------------------------------
---- ----
---- reduction_synth.vhd
www.eeworm.com/read/173695/9641418
vhd reduction_e.vhd
----------------------------------------------------------------------
---- ----
---- reduction_e.vhd
www.eeworm.com/read/205307/15321152
m mod_reduction.m
%mod_reduction is used to administrate the reduction of the plant model.
%
% mod_reduction(nTask,arg1)
%
%If there is no input argument supplied, then reduced model comparison dialog box
%will
www.eeworm.com/read/188503/8534770
c sub_mean_reduction.c
/* sub_mean_reduction.c, this file is part of the
* AltiVec optimized library for MJPEG tools MPEG-1/2 Video Encoder
* Copyright (C) 2002 James Klicman
*
* This library is fre
www.eeworm.com/read/182915/9185080