代码搜索:Tensor

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

代码结果 495
www.eeworm.com/read/205036/15328918

m display.m

function display(t) %DISPLAY Command window display of a tenmat. % % See also TENMAT. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Ba
www.eeworm.com/read/205036/15328928

m uminus.m

function t = uminus(t) %UMINUS Unary minus (-) for tenmat. % % See also TENMAT. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader an
www.eeworm.com/read/205036/15328930

m double.m

function a = double(t) %DOUBLE Convert tenmat to double array. % % See also TENMAT. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bade
www.eeworm.com/read/205036/15328974

m subsasgn.m

function t = subsasgn(t,s,b) %SUBSASGN Subscripted reference for a ttensor. % % See also TTENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox
www.eeworm.com/read/205036/15328998

m subsasgn.m

function t = subsasgn(t,s,b) %SUBSASGN Subscripted assignement for ktensor. % % See also KTENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox
www.eeworm.com/read/205036/15329000

m uplus.m

function t = uplus(t) %UPLUS Unary plus for a ktensor. % % See also KTENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader and
www.eeworm.com/read/205036/15328801

m ldivide.m

function Z = ldivide(X,Y) %LDIVIDE Left array divide for tensor. % % LDIVIDE(A,B) is called for the syntax 'A .\ B' when A or B is a tensor. % A and B must have the same size, unless one is a scal
www.eeworm.com/read/205036/15328805

m isequal.m

function z = isequal(x,y) %ISEQUAL for tensors. % % ISEQUAL(A,B) compares the tensors A and B for equality. % % See also TENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. %
www.eeworm.com/read/205036/15328856

m ndims.m

function n = ndims(t) %NDIMS Number of dimensions of a sparse tensor. % % NDIMS(T) returns the number of dimensions of sparse tensor T. % % Examples: % T = sptenrand([3 2 2],5); % ndims(T)
www.eeworm.com/read/205036/15328870

m xor.m

function C = xor(A,B) %XOR Logical XOR for sptensors. % % See also SPTENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader and T