代码搜索:Tensor

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

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

m a1_tensor_doc.m

%% Tensors % Tensors are extensions of multidimensional arrays with additional % operations defined on them. Here we explain the basics of creating and % working with tensors. %% Creating a tensor
www.eeworm.com/read/205036/15328946

html a1_tensor_doc.html

www.eeworm.com/read/205036/15328814

m mtimes.m

function C = mtimes(A,B) %MTIMES tensor-scalar multiplication. % % C = MTIMES(A,B) is called for the syntax 'A * B' when A or B is a % tensor and the other argument is a scalar. % % For tensor
www.eeworm.com/read/205036/15328802

m contents.m

% @TENSOR % % Files % and - Logical AND (&) for tensors. % collapse - Collapse tensor along specified dimensions. % contract - Contract tensor along two dimensions (array trace). %
www.eeworm.com/read/123967/6056530

h matrix_representation.h

#ifndef __MATRIX_REPRESENTATION #define __MATRIX_REPRESENTATION //============================================================================== // Part D. Matrix Representation // symbolic
www.eeworm.com/read/205036/15328888

m mtimes.m

function C = mtimes(A,B) %MTIMES sptensor-scalar multiplication. % % C = MTIMES(A,B) is called for the syntax 'A * B' when A or B is a % sparse tensor and the other argument is a scalar. % % F
www.eeworm.com/read/403190/2314768

svn-base perform_tensor_recomp.m.svn-base

K 14 svn:executable V 0 END
www.eeworm.com/read/403190/2314801

svn-base perform_tensor_recomp.m.svn-base

function T = perform_tensor_recomp(e1,e2,l1,l2) % perform_tensor_recomp - create the tensor field corresponding to the given eigendecomposition. % % T = perform_tensor_recomp(e1,e2,l1,l2); %