资源简介
利用matlab写的张量分解,可用于高阶张量的分析
代码片段和文件信息
% Tensor Toolbox (Sandia National Labs)
% Version 2.4 22-MAR-2010
%
% including...
% MET: Memory Efficient Tucker (Tamara Kolda and Jimeng Sun)
%
% Tensor Toolbox for dense sparse and decomposed n-way arrays.
%
% khatrirao - Khatri-Rao product of matrices.
% sptendiag - Creates a sparse tensor with v on the diagonal.
% sptenrand - Sparse uniformly distributed random tensor.
% tendiag - Creates a tensor with v on the diagonal.
% tenones - Ones tensor.
% tenrand - Uniformly distributed pseudo-random tensor.
% tenzeros - Zeros tensor.
%
% @TENSOR
% and - Logical AND (&) for tensors.
% collapse - Collapse tensor along specified dimensions.
% contract - Contract tensor along two dimensions (array trace).
% ctranspose - is not defined for tensors.
% disp - Command window display of a tensor.
% display - Command window display of a tensor.
% double - Convert tensor to double array.
% end - Last index of indexing expression for tensor.
% eq - Equal (==) for tensors.
% find - Find subscripts of nonzero elements in a tensor.
% full - Convert to a (dense) tensor.
% ge - Greater than or equal (>=) for tensors.
% gt - Greater than (>) for tensors.
% innerprod - Efficient inner product with a tensor.
% isequal - for tensors.
% ldivide - Left array divide for tensor.
% le - Less than or equal (<=) for tensor.
% lt - Less than (<) for tensor.
% minus - Binary subtraction (-) for tensors.
% mldivide - Slash left division for tensors.
% mrdivide - Slash right division for tensors.
% mtimes - tensor-scalar multiplication.
% mttkrp - Matricized tensor times Khatri-Rao product for tensor.
% ndims - Return the number of dimensions of a tensor.
% ne - Not equal (~=) for tensors.
% nnz - Number of nonzeros for tensors.
% norm - Frobenius norm of a tensor.
% not - Logical NOT (~) for tensors.
% nvecs - Compute the leading mode-n vectors for a tensor.
% or - Logical OR (|) for tensors.
% permute - Permute tensor dimensions.
% plus - Binary addition (+) for tensors.
% power - Elementwise power (.^) operator for a tensor.
% rdivide - Right array divide for tensors.
% reshape - Change tensor size.
% scale - Scale along specified dimensions of tensor.
% size - Tensor dimensions.
% squeeze - Remove singleton dimensions from a tensor.
% subsasgn - Subscripted assignment for a tensor.
% subsref - Subscripted reference for tensors.
% tenfun - Apply a function to each element in a tensor.
% tensor - Create tensor.
% times - Array multiplication for tensors.
% transpose - is not defined on tensors.
% ttm - Tensor times matrix.
% ttt - Tensor mulitplication (tensor times tensor).
% ttv - Tensor times vector.
% uminus - Unary minus (-)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1640 2010-03-19 16:46 tensor_toolbox\@ktensor\arrange.m
文件 1689 2010-03-22 11:24 tensor_toolbox\@ktensor\Contents.m
文件 3230 2010-03-19 16:46 tensor_toolbox\@ktensor\datadisp.m
文件 1175 2010-03-19 16:46 tensor_toolbox\@ktensor\disp.m
文件 770 2010-03-19 16:46 tensor_toolbox\@ktensor\display.m
文件 886 2010-03-19 16:46 tensor_toolbox\@ktensor\double.m
文件 1002 2010-03-19 16:46 tensor_toolbox\@ktensor\end.m
文件 1030 2010-03-19 16:46 tensor_toolbox\@ktensor\extract.m
文件 1230 2010-03-19 16:46 tensor_toolbox\@ktensor\fixsigns.m
文件 923 2010-03-19 16:46 tensor_toolbox\@ktensor\full.m
文件 1609 2010-03-19 16:46 tensor_toolbox\@ktensor\innerprod.m
文件 2364 2010-03-19 16:46 tensor_toolbox\@ktensor\ktensor.m
文件 1262 2010-03-19 16:46 tensor_toolbox\@ktensor\minus.m
文件 1120 2010-03-19 16:46 tensor_toolbox\@ktensor\mtimes.m
文件 1278 2010-03-19 16:46 tensor_toolbox\@ktensor\mttkrp.m
文件 775 2010-03-19 16:46 tensor_toolbox\@ktensor\ncomponents.m
文件 739 2010-03-19 16:46 tensor_toolbox\@ktensor\ndims.m
文件 941 2010-03-19 16:46 tensor_toolbox\@ktensor\norm.m
文件 1851 2010-03-19 16:46 tensor_toolbox\@ktensor\normalize.m
文件 1914 2010-03-19 16:46 tensor_toolbox\@ktensor\nvecs.m
文件 1081 2010-03-19 16:46 tensor_toolbox\@ktensor\permute.m
文件 1100 2010-03-19 16:46 tensor_toolbox\@ktensor\plus.m
文件 956 2010-03-19 16:46 tensor_toolbox\@ktensor\size.m
文件 1602 2010-03-19 16:46 tensor_toolbox\@ktensor\subsasgn.m
文件 1577 2010-03-19 16:46 tensor_toolbox\@ktensor\subsref.m
文件 1115 2010-03-19 16:46 tensor_toolbox\@ktensor\times.m
文件 1113 2010-03-19 16:46 tensor_toolbox\@ktensor\tocell.m
文件 3616 2010-03-19 16:46 tensor_toolbox\@ktensor\ttm.m
文件 2416 2010-03-19 16:46 tensor_toolbox\@ktensor\ttv.m
文件 678 2010-03-19 16:46 tensor_toolbox\@ktensor\uminus.m
............此处省略260个文件信息
- 上一篇:henon 映射
- 下一篇:基于MATLAB的变压器空载合闸瞬变过程仿真研究
相关资源
- Pattern Recognition and Machine Learning(高清
- MATLAB 编程 第二版 Stephen J. Chapman 著
- 均值滤波和FFT频谱分析Matlab代码
- 《MATLAB扩展编程》代码
- HDB3码、AMI码的MATLAB实现
- 3点GPS定位MATLAB仿真
- MATLAB数字信号处理85个实用案例精讲入
- matlab从入门到精通pdf94795
- 欧拉放大论文及matlab代码
- 跳一跳辅助_matlab版本
- 全面详解LTE MATLAB建模、仿真与实现
- MIMO-OFDM无线通信技术及MATLAB实现_孙锴
- MATLAB Programming for Engineers 4th - Chapman
- matlab 各种谱分析对比
- 分数阶chen混沌matlab程序
- 基于粒子群算法的非合作博弈的matl
- MATLAB车流仿真 包括跟驰、延误
- matlab空间桁架计算程序
- 基于MATLAB的图像特征点匹配和筛选
- DMA-TVP-FAVAR
- GPS信号的码捕获matlab代码.7z
- 一维光子晶体MATLAB仿真代码吸收率折
- newmark法源程序
- 传统关联成像、计算鬼成像matlab
- pri传统分选算法
- 摆动滚子推杆盘形凸轮设计
- 医学图像重建作业matlab源码
- Matlab实现混沌系统的控制
- 检测疲劳驾驶
- Matlab锁相环仿真-Phase Locked Loop.rar
评论
共有 条评论