代码搜索:multidimensional
找到约 559 项符合「multidimensional」的源代码
代码结果 559
www.eeworm.com/read/216443/15006682
m comp_sigreshape_pre.m
function [f,fl,W,wasrow,remembershape]=comp_sigreshape_pre(f,callfun,do_ndim)
%COMP_SIGRESHAPE_PRE
%
wasrow=0;
% Rember the shape if f is multidimensional.
remembershape=size(f);
fd=length(remembe
www.eeworm.com/read/162614/5528760
c vect-62.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 16
int main1 ()
{
int i, j;
int ib[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45};
int
www.eeworm.com/read/161485/10404418
m toolbox_wavelets.m
% toolbox_wavelets - wavelets related functions.
%
% Wavelet transform using lifting implementation (symmetric boundary condition):
% - perform_lifting_transform / perform_lifting_transform
www.eeworm.com/read/162614/5528786
c vect-64.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 16
int main1 ()
{
int i, j;
int ib[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45};
int
www.eeworm.com/read/162614/5528883
c vect-66.c
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 16
int main1 ()
{
int i, j;
int ib[6] = {0,3,6,9,12,15};
int ia[8][5][6];
int ic[16][16][
www.eeworm.com/read/449082/7518887
cs settings.designer.cs
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.1433
//
// Cha
www.eeworm.com/read/370636/9589540
m array_get_val.m
function y = array_get_val( x, ind )
% array_set_val - access a multidimensional array using a vector for the index
%
% y = array_get_val( x, ind );
%
% Copyright (c) 2004 Gabriel Peyr
www.eeworm.com/read/200619/15428521
m array_get_val.m
function y = array_get_val( x, ind )
% array_set_val - access a multidimensional array using a vector for the index
%
% y = array_get_val( x, ind );
%
% Copyright (c) 2004 Gabriel Peyr
www.eeworm.com/read/161485/10404109
m perform_wavelet_transform_hyperbolic.m
function y = perform_wavelet_transform_hyperbolic(x,J,options)
% fwt_hyperbolic - multidimensional hyperbolic (i.e. fully tensorial) wavelet transform
%
% y = fwt_hyperbolic(x,J,options);
%
www.eeworm.com/read/461728/7221208
m perform_wavelet_transform_hyperbolic.m
function y = perform_wavelet_transform_hyperbolic(x,J,options)
% fwt_hyperbolic - multidimensional hyperbolic (i.e. fully tensorial) wavelet transform
%
% y = fwt_hyperbolic(x,J,options);
%