代码搜索:MATLAB LMD

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

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

m rdivide.m

function Z = rdivide(X,Y) %RDIVIDE Right array divide for tensors. % % RDIVIDE(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 sc
www.eeworm.com/read/205036/15328823

m uminus.m

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

m double.m

function A = double(X) %DOUBLE Convert tensor to double array. % % A = double(X) converts X to a standard multidimensional array. % % See also TENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sa
www.eeworm.com/read/205036/15328828

m le.m

function Z = le(X,Y) %LE Less than or equal (
www.eeworm.com/read/205036/15328829

m eq.m

function Z = eq(X,Y) %EQ Equal (==) for tensors. % % See also TENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader and Tamara K
www.eeworm.com/read/205036/15328830

m not.m

function B = not(A) %NOT Logical NOT (~) for tensors. % % See also TENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader and Tam
www.eeworm.com/read/205036/15328834

m display.m

function display(t) %DISPLAY Command window display of a sptenmat. % % DISPLAY(T) displays the tensor with its name. % % See also SPTENMAT/DISP. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia C
www.eeworm.com/read/205036/15328837

m aatx.m

function z = aatx(a,x) %AATX Implicitly compute A * A' * x for sptenmat. % % Z = AATX(A,X) takes a sptenmat object A and computes A * A' * % X. This is done without converting A to a standard MATL
www.eeworm.com/read/205036/15328840

m uplus.m

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

m uminus.m

function t = uminus(t) %UMINUS Unary minus (-) for sptenmat. % % See also SPTENMAT. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bade