代码搜索:Tensor

找到约 495 项符合「Tensor」的源代码

代码结果 495
www.eeworm.com/read/309003/3708286

m toon0211.m

% toon0211 -- 2d Wavelet Families % % Two-dimensional wavelets may be formed by taking the tensor % product of two one-dimensional wavelet functions. % % Here we plot the four tensor products:
www.eeworm.com/read/309003/3708339

m toon0221.m

% toon0221 -- 2d Wavelet Families % % Two-dimensional wavelets may be formed by taking the tensor % product of two one-dimensional wavelet functions. % % Here we plot the four tensor products:
www.eeworm.com/read/205036/15329001

m ktensor.m

function t = ktensor(varargin) %KTENSOR Tensor stored as a Kruskal operator (decomposed). % % K = KTENSOR(lambda,U1,U2,...,UM) creates a Kruskal tensor from its % constituent parts. Here lambda is
www.eeworm.com/read/205036/15328871

m ttt.m

function c = ttt(varargin) %TTT Sparse tensor times sparse tensor. % % Z = TTT(X,Y) computes the outer product of tensors X and Y. % % Z = TTT(X,Y,XDIMS,YDIMS) computes the contracted product of
www.eeworm.com/read/205036/15328911

m tt_intvec2str.m

function s = tt_intvec2str(v) %TT_VEC2STR Print integer vector to a string with brackets. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by
www.eeworm.com/read/205036/15329013

m tt_matrix2cellstr.m

function S = tt_matrix2cellstr(M) %TT_MATRIX2CELLSTR Convert a matrix to a cell array of strings. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Too
www.eeworm.com/read/205036/15329022

xml helptoc.xml

Tensor
www.eeworm.com/read/214051/15115136

m spectral_response_coefficients.m

%[RS,RJ,RS_2_2omega,RJ_2_2omega,RS_2_2omega0,RV_2_2omega0,CS,CS_2_omega,CJ,CJ_2_omega] = ... % spectral_response_coefficients(N0, L, M0, delta_par,epsilon_1,pi_1,epsilon_2,rho_2,pi_2) % %calculate fr
www.eeworm.com/read/205036/15328868

m sptensor.m

function t = sptensor(varargin) %SPTENSOR Create a sparse tensor. % % X = SPTENSOR(SUBS, VALS, SZ, FUN) uses the rows of SUBS and VALS % to generate a sparse tensor X of size SZ = [m1 m2 ... mn].
www.eeworm.com/read/205036/15328883

m subsref.m

function a = subsref(t,s) %SUBSREF Subscripted reference for a sparse tensor. % % We can extract elements or subtensors from a sparse tensor in the % following ways. % % Case 1a: y = X(i1,i2,...