代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
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
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