代码搜索:tensor
找到约 495 项符合「tensor」的源代码
代码结果 495
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/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/15328989
m full.m
function t = full(t)
%FULL Convert a ktensor to a (dense) tensor.
%
% T = FULL(C) converts a ktensor to a (dense) tensor.
%
% Examples
% X = ktensor([3; 2], rand(4,2), rand(5,2), rand(3,2));
%
www.eeworm.com/read/205036/15328990
m minus.m
function C = minus(A,B)
%MINUS Binary subtraction for ktensor.
%
% C = MINUS(A,B) computes C = A - B. A and B must both be ktensors
% and have the same size, and the result is another ktensor o
www.eeworm.com/read/205036/15329007
m uminus.m
function t = uminus(t)
%UMINUS Unary minus for ktensor.
%
% See also KTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and
www.eeworm.com/read/205036/15329018
m tenones.m
function X = tenones(sz)
%TENONES Ones tensor.
%
% X = TENONES(SZ) forms a tensor of size SZ with all ones.
%
% TENONES(SZ) is equivalent to TENSOR(ONES(SZ(1),SZ(2),...),SZ).
%
% See also
www.eeworm.com/read/205036/15329019
m tt_sub2ind.m
function idx = tt_sub2ind(siz,subs)
%TT_SUB2IND Converts multidimensional subscripts to linear indices.
%
% See also TT_IND2SUB, SUB2IND.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corp
www.eeworm.com/read/104265/15700241
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/104265/15700395
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/371680/9542133
m multilinear5sym.m
function vec5 =multilinear5sym(q1,q2,q3,q4,q5,nphase,n)
%----------------------------------------------------
% This file computes T^(n)*q1*q2*q3*q4*q5, where T^(n) is 5th derivative
% of map f