contents.m

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

M
30
字号
% @KTENSOR%% Files%   arrange   - Arranges the rank-1 terms of a ktensor.%   datadisp  - Special display of a ktensor.%   disp      - Command window display for a ktensor.%   display   - Command window display for a ktensor.%   double    - Convert a ktensor to a double array.%   end       - Last index of indexing expression for ktensor.%   fixsigns  - Fix sign ambiguity of a ktensor.%   full      - Convert a ktensor to a (dense) tensor.%   innerprod - Efficient inner product with a ktensor.%   ktensor   - Tensor stored as a Kruskal operator (decomposed).%   minus     - Binary subtraction for ktensor.  %   mtimes    - Implement A*B (scalar multiply) for ktensor.%   mttkrp    - Matricized tensor times Khatri-Rao product for ktensor.%   ndims     - Number of dimensions for a ktensor.%   norm      - Frobenius norm of a ktensor.%   nvecs     - Compute the leading mode-n vectors for a ktensor.%   permute   - Permute dimensions of a ktensor.%   plus      - Binary addition for ktensor.%   size      - Size of ktensor.%   subsasgn  - Subscripted assignement for ktensor.%   subsref   - Subscripted reference for a ktensor.%   times     - Element-wise multiplication for ktensor.%   ttm       - Tensor times matrix for ktensor.%   ttv       - Tensor times vector for ktensor.%   uminus    - Unary minus for ktensor. %   uplus     - Unary plus for a ktensor. 

⌨️ 快捷键说明

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