contents.m

来自「张量分析工具」· M 代码 · 共 53 行

M
53
字号
% @SPTENSOR%% Files%   and        - Logical AND (&) for sptensors.%   collapse   - Collapse sparse tensor along specified dimensions.%   contract   - Contract sparse tensor along two dimensions (array trace).%   ctranspose - is not defined for sparse tensors.%   disp       - Command window display of a sparse tensor.%   display    - Command window display of a sparse tensor.%   double     - Converts sparse tensor to a dense multidimensional array.%   elemfun    - Manipulate the nonzero elements of a sparse tensor.%   end        - Last index of indexing expression for sparse tensor.%   eq         - Equal (==) for sptensors.%   find       - Find subscripts of nonzero elements in a sparse tensor.%   full       - Convert a sparse tensor to a (dense) tensor.%   ge         - Greater than or equal for sptensors.%   gt         - Greater than for sptensors.%   innerprod  - Efficient inner product with a sparse tensor.%   isequal    - for sptensors.%   ldivide    - Array right division for sparse tensors.%   le         - Less than or equal for sptensors.%   lt         - Less than for sptensors.%   minus      - Binary subtraction for sparse tensors. %   mldivide   - Slash left division for sparse tensors.%   mrdivide   - Slash right division for sparse tensors.%   mtimes     - sptensor-scalar multiplication.%   mttkrp     - Matricized tensor times Khatri-Rao product for sparse tensor.%   ndims      - Number of dimensions of a sparse tensor.%   ne         - Not equal (~=) for sptensors.%   nnz        - Number of nonzeros in sparse tensor.%   norm       - Frobenius norm of a sparse tensor.%   not        - Logical NOT (~) for sptensors.%   nvecs      - Compute the leading mode-n vectors for a sparse tensor.%   ones       - Replace nonzero elements of sparse tensor with ones.%   or         - Logical OR (|) for sptensors.%   permute    - Rearrange the dimensions of a sparse tensor.%   plus       - Binary addition for sparse tensors. %   rdivide    - Array right division for sparse tensors.%   scale      - Scale along specified dimensions for sparse tensors.%   size       - Sparse tensor dimensions.%   sptensor   - Create a sparse tensor.%   squeeze    - Remove singleton dimensions from a sparse tensor.%   subsasgn   - Subscripted assignment for sparse tensor.%   subsref    - Subscripted reference for a sparse tensor.%   times      - Array multiplication for sparse tensors.%   transpose  - is not defined on sparse tensors.%   ttm        - Sparse tensor times matrix.%   ttt        - Sparse tensor times sparse tensor.%   ttv        - Sparse tensor times vector.%   uminus     - Unary minus (-) for sptensor.%   uplus      - Unary plus (+) for sptensor.%   xor        - Logical XOR for sptensors.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?