contents.m

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

M
24
字号
% @TTENSOR%% Files%   disp      - Command window display of a ttensor.%   display   - Command window display of a ttensor.%   double    - Convert ttensor to double array.%   end       - Last index of indexing expression for ttensor.%   full      - Convert a ttensor to a (dense) tensor.%   innerprod - Efficient inner product with a ttensor.%   mtimes    - Implement scalar multiplication for a ttensor.%   mttkrp    - Matricized tensor times Khatri-Rao product for ttensor.%   ndims     - Return the number of dimensions for a ttensor.%   norm      - Norm of a ttensor.%   nvecs     - Compute the leading mode-n vectors for a ttensor.%   permute   - Permute dimensions for a ttensor.%   size      - Size of a ttensor.%   subsasgn  - Subscripted reference for a ttensor.%   subsref   - Subscripted reference for a ttensor.%   ttensor   - Tensor stored as a Tucker operator (decomposed).%   ttm       - Tensor times matrix for ttensor.%   ttv       - Tensor times vector for ttensor.%   uminus    - Unary minus for ttensor.%   uplus     - Unary plus for ttensor.

⌨️ 快捷键说明

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