contents.m

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

M
19
字号
% @SPTENMAT%% Files%   aatx     - Implicitly compute A * A' * x for sptenmat.%   disp     - Command window display of a sptenmat.%   display  - Command window display of a sptenmat.%   double   - Convert a sptenmat to a sparse matrix.%   end      - Last index of indexing expression for sptenmat.%   full     - Convert a sptenmat to a (dense) tenmat.%   nnz      - Return number of nonzeros in a sptenmat.%   norm     - Frobenius norm of a sptenmat.%   size     - Return size of sptenmat.%   sptenmat - Matricized sparse tensor stored as a sparse 2D array.%   subsasgn - Subscripted assignment for sptenmat.  %   subsref  - Subscripted reference for a sptenmat.%   tsize    - Tensor size of sptenmat.%   uminus   - Unary minus (-) for sptenmat.%   uplus    - Unary plus (+) for sptenmat.

⌨️ 快捷键说明

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