代码搜索:Tensor

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

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

m c_ttensor_doc.m

%% Tucker Tensors % Tucker format is a decomposition of a tensor X as the product of a core % tensor G and matrices (e.g., A,B,C) in each dimension. In other words, a % tensor X is expressed as: %
www.eeworm.com/read/205036/15328969

m contents.m

% @TTENSOR % % Files % disp - Command window display of a ttensor. % display - Command window display of a ttensor. % double - Convert ttensor to double array. % end - Last ind
www.eeworm.com/read/205036/15328972

m innerprod.m

function res = innerprod(X,Y) %INNERPROD Efficient inner product with a ttensor. % % R = INNERPROD(X,Y) efficiently computes the inner product between % two tensors X and Y. If Y is a tensor or s
www.eeworm.com/read/205036/15328984

m plus.m

function C = plus(A,B) %PLUS Binary addition for ktensor. % % C = PLUS(A,B) adds two ktensors of the same size, and the % result is a ktensor of the same size. % % See also KTENSOR. % %MATLAB Te
www.eeworm.com/read/205036/15328993

m contents.m

% @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
www.eeworm.com/read/205036/15329017

m tendiag.m

function X = tendiag(v,sz) %TENDIAG Creates a tensor with v on the diagonal. % % TENDIAG(V) creates a tensor with N dimensions, each of size N, where N % is the number of elements of V. The el
www.eeworm.com/read/371680/9542115

m multilinear2sym.m

function vec2sym =multilinear2sym(q1,q2,nphase,n) %---------------------------------------------------- % This file computes H^(n)*q1*q2 symbolicslly, where H^(n) is the hessian % of the map f^
www.eeworm.com/read/362372/10001764

f90 p69.f90

program p69 !----------------------------------------------------------------------- ! program 6.9 plane strain of an elastic-plastic(Mohr-Coulomb) solid ! using 8-node quadrila
www.eeworm.com/read/356058/10237740

f90 p69.f90

program p69 !----------------------------------------------------------------------- ! program 6.9 plane strain of an elastic-plastic(Mohr-Coulomb) solid ! using 8-node quadrila
www.eeworm.com/read/466289/7041800

f90 p69.f90

program p69 !----------------------------------------------------------------------- ! program 6.9 plane strain of an elastic-plastic(Mohr-Coulomb) solid ! using 8-node quadrila