代码搜索:TOOLBox
找到约 9,571 项符合「TOOLBox」的源代码
代码结果 9,571
www.eeworm.com/read/205036/15328924
m uplus.m
function t = uplus(t)
%UPLUS Unary plus (+) for tenmat.
%
% See also TENMAT.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and T
www.eeworm.com/read/205036/15328928
m uminus.m
function t = uminus(t)
%UMINUS Unary minus (-) for tenmat.
%
% See also TENMAT.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader an
www.eeworm.com/read/205036/15328930
m double.m
function a = double(t)
%DOUBLE Convert tenmat to double array.
%
% See also TENMAT.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bade
www.eeworm.com/read/205036/15328964
m norm.m
function nrm = norm(X)
%NORM Norm of a ttensor.
%
% See also TTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and Tamara Ko
www.eeworm.com/read/205036/15328966
m full.m
function X = full(T)
%FULL Convert a ttensor to a (dense) tensor.
%
% X = FULL(T) converts ttensor T to (dense) tensor X.
%
% See also TTENSOR, TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, S
www.eeworm.com/read/205036/15328967
m display.m
function display(t)
%DISPLAY Command window display of a ttensor.
%
% See also TTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett
www.eeworm.com/read/205036/15328975
m uplus.m
function t = uplus(t)
%UPLUS Unary plus for ttensor.
%
% See also TTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and Tam
www.eeworm.com/read/205036/15328976
m mtimes.m
function C = mtimes(A,B)
%MTIMES Implement scalar multiplication for a ttensor.
%
% See also TTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Too
www.eeworm.com/read/205036/15328979
m uminus.m
function t = uminus(t)
%UMINUS Unary minus for ttensor.
%
% See also TTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and
www.eeworm.com/read/205036/15328982
m double.m
function A = double(T)
%DOUBLE Convert ttensor to double array.
%
% A = double(T) converts T to a standard multidimensional array.
%
% See also TTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyrigh