代码搜索:multidimensional
找到约 559 项符合「multidimensional」的源代码
代码结果 559
www.eeworm.com/read/205036/15328982
m double.m
function A = double(T)
%DOUBLE Convert ttensor to double array.
%
% A = double(T) converts T to a standard multidimensional array.
%
% See also TTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyrigh
www.eeworm.com/read/102394/15783068
todo
* Sine and Cosine Transforms from FFTPACK.
* A simple multidimensional fft.
* Convolutions. This will need different interfaces corresponding to
the type of underlying FFT (radix-2, mixed-radix, ra
www.eeworm.com/read/423552/10550108
m mfbox_mkgrid.m
function varargout=mfbox_mkgrid(varargin)
%mkgrid - generate multidimensional grid
%
% Copyright by Peter Gruber, Fabian J. Theis and Ingo R. Keck
% Signal Processing & Information Theory group
% Ins
www.eeworm.com/read/305575/13765525
m ndtrans.m
function[y]=ndtrans(x,n)
%NDTRANS Generalized transpose of a potentially multidimensional vector.
%
% Y=NDTRANS(X,N), where X is an array having exactly one
% non-singleton dimension, 'transposes
www.eeworm.com/read/470720/1444778
c array1.c
// Test typeid of multidimensional array with no bounds.
// { dg-do compile }
#include
int main()
{
const char *s = typeid(double[][]).name(); // { dg-error "bounds|confused" }
return 0
www.eeworm.com/read/470693/1456724
c array1.c
// Test typeid of multidimensional array with no bounds.
// { dg-do compile }
#include
int main()
{
const char *s = typeid(double[][]).name(); // { dg-error "bounds|confused" }
return 0
www.eeworm.com/read/240162/4579802
c array1.c
// Test typeid of multidimensional array with no bounds.
// { dg-do compile }
#include
int main()
{
const char *s = typeid(double[][]).name(); // { dg-error "bounds|confused" }
return 0
www.eeworm.com/read/233448/4672291
c array1.c
// Test typeid of multidimensional array with no bounds.
// { dg-do compile }
#include
int main()
{
const char *s = typeid(double[][]).name(); // { dg-error "bounds|confused" }
return 0
www.eeworm.com/read/190666/5172675
c array1.c
// Test typeid of multidimensional array with no bounds.
// { dg-do compile }
#include
int main()
{
const char *s = typeid(double[][]).name(); // { dg-error "bounds|confused" }
return 0
www.eeworm.com/read/340665/3273211
c array1.c
// Test typeid of multidimensional array with no bounds.
// { dg-do compile }
#include
int main()
{
const char *s = typeid(double[][]).name(); // { dg-error "bounds|confused" }
return 0