代码搜索:Tensor

找到约 495 项符合「Tensor」的源代码

代码结果 495
www.eeworm.com/read/205036/15328914

m plus.m

function Z = plus(X,Y) %PLUS Binary addition (+) for tenmat. % % See also TENMAT, TENMAT/TENMATFUN. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Tool
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/15328962

m ndims.m

function n = ndims(t) %NDIMS Return the number of dimensions for a ttensor. % % NDIMS(T) returns the number of dimensions of tensor T. % % See also TTENSOR. % %MATLAB Tensor Toolbox. %Copyright 20
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/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/15328983

m ndims.m

function n = ndims(t) %NDIMS Number of dimensions for a ktensor. % % NDIMS(T) returns the number of dimensions of tensor T. % % See also KTENSOR % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia C
www.eeworm.com/read/205036/15328988

m ttv.m

function c = ttv(a,v,dims) %TTV Tensor times vector for ktensor. % % Y = TTV(X,A,N) computes the product of Kruskal tensor X with a % (column) vector A. The integer N specifies the dimension in X
www.eeworm.com/read/205036/15329004

m disp.m

function disp(t, name) %DISP Command window display for a ktensor. % % DISP(T) displays a Kruskal tensor with no name. % % DISP(T,NAME) display a Kruskal tensor with the given name. % % See also
www.eeworm.com/read/278377/10540183

map fftw3.map

fftw3 Timestamp is 3fb3638b (Thu Nov 13 11:57:15 2003) Preferred load address is 10000000 Start Length Name Class 0001:00000000 0019cb26H .text
www.eeworm.com/read/205036/15328832

m norm.m

function nrm = norm(T) %NORM Frobenius norm of a sptenmat. % % NORM(T) returns the Frobenius norm of a matricized sparse tensor. % % See also SPTENMAT, NORM. % %MATLAB Tensor Toolbox. %Copyright 2