代码搜索:MATLAB LMD

找到约 10,000 项符合「MATLAB LMD」的源代码

代码结果 10,000
www.eeworm.com/read/205036/15328858

m ctranspose.m

function ctranspose(x) %CTRANSPOSE is not defined for sparse tensors. % % See also SPTENSOR/PERMUTE. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Ten
www.eeworm.com/read/205036/15328861

m transpose.m

function transpose(x) %TRANSPOSE is not defined on sparse tensors. % % See also SPTENSOR/PERMUTE. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor
www.eeworm.com/read/205036/15328887

m uplus.m

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

m uminus.m

function t = uminus(t) %UMINUS Unary minus (-) for sptensor. % % See also SPTENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bade
www.eeworm.com/read/205036/15328906

m double.m

function a = double(s) %DOUBLE Converts sparse tensor to a dense multidimensional array. % % See also SPTENSOR, SPTENSOR/FULL. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This
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/15328924

m uplus.m

function t = uplus(t) %UPLUS Unary plus (+) for tenmat. % % See also TENMAT. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader and T
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/15328964

m norm.m

function nrm = norm(X) %NORM Norm of a ttensor. % % See also TTENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader and Tamara Ko