代码搜索:tensor

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

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

m elemfun.m

function a = elemfun(a,fun) %ELEMFUN Manipulate the nonzero elements of a sparse tensor. % % X = ELEMFUN(X,@FUN) modifies the elements of X according to the % function @FUN which should take and a
www.eeworm.com/read/205036/15328878

m mldivide.m

function C = mldivide(A,B) %MLDIVIDE Slash left division for sparse tensors. % % MlDIVIDE(A,B) is called for the syntax 'A \ B' when A is a scalar and B % is a sparse tensor. % % Example
www.eeworm.com/read/205036/15328881

m mrdivide.m

function C = mrdivide(A,B) %MRDIVIDE Slash right division for sparse tensors. % % MRDIVIDE(A,B) is called for the syntax 'A / B' when A is a sparse % tensor and B is a scalar. % % Example
www.eeworm.com/read/205036/15328904

m find.m

function [subs,vals] = find(t) %FIND Find subscripts of nonzero elements in a sparse tensor. % % [SUBS,VALS] = FIND(T) returns the subscripts and corresponding % values of the nonzero elements of
www.eeworm.com/read/216898/14986970

cpp outer.cpp

/***************************************************************************** * outer.cpp Blitz++ outer product (tensor notation) example * $Id: outer.cpp,v 1.5 2004/10/07 01:23:26 julianc E
www.eeworm.com/read/237003/13982835

cpp outer.cpp

/***************************************************************************** * outer.cpp Blitz++ outer product (tensor notation) example * $Id: outer.cpp,v 1.5 2004/10/07 01:23:26 julianc E
www.eeworm.com/read/205036/15328804

m mldivide.m

function Z = mldivide(X,Y) %MLDIVIDE Slash left division for tensors. % % MLDIVIDE(A,B) is called for the syntax 'A \ B' when A is a scalar and B % is a tensor. % % Example % X = tenr
www.eeworm.com/read/205036/15328807

m mrdivide.m

function Z = mrdivide(X,Y) %MRDIVIDE Slash right division for tensors. % % MRDIVIDE(A,B) is called for the syntax 'A / B' when A is a tensor and B % is a scalar. % % Example % X = tenr
www.eeworm.com/read/205036/15328858

m ctranspose.m

function ctranspose(x) %CTRANSPOSE is not defined for sparse tensors. % % See also SPTENSOR/PERMUTE. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Ten
www.eeworm.com/read/205036/15328915

m ctranspose.m

function a = ctranspose(a) %CTRANSPOSE Complex conjugate transpose for tenmat. % % C = CTRANSPOSE(A) swaps the row and column indices of A. % % See also TENMAT. % %MATLAB Tensor Toolbox. %Copyrig