代码搜索:Tensor

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

代码结果 495
www.eeworm.com/read/216898/14987029

cpp matmult.cpp

/***************************************************************************** * matmult.cpp Blitz++ tensor notation example *********************************************************************
www.eeworm.com/read/237003/13982906

cpp matmult.cpp

/***************************************************************************** * matmult.cpp Blitz++ tensor notation example *********************************************************************
www.eeworm.com/read/205036/15328906

m double.m

function a = double(s) %DOUBLE Converts sparse tensor to a dense multidimensional array. % % See also SPTENSOR, SPTENSOR/FULL. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This
www.eeworm.com/read/205036/15328967

m display.m

function display(t) %DISPLAY Command window display of a ttensor. % % See also TTENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett
www.eeworm.com/read/205036/15328976

m mtimes.m

function C = mtimes(A,B) %MTIMES Implement scalar multiplication for a ttensor. % % See also TTENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Too
www.eeworm.com/read/123967/6056513

cpp matrix_representation.cpp

#include "vs_h.h" #include "dynamic_array.h" #include "omega_h.h" #include "u_h.h" #include "element_formulation.h" #include "matrix_representation.h" // private utility for constructor initia
www.eeworm.com/read/492033/6430327

cpp vecttens.cpp

#include "vecttens.h" #include "matrix.h" #include "vector.h" /** function creates tensor components from %vector components @param v - %vector components @param t - tensor components
www.eeworm.com/read/205036/15328887

m uplus.m

function t = uplus(t) %UPLUS Unary plus (+) for sptensor. % % See also SPTENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader a
www.eeworm.com/read/205036/15328899

m allsubs.m

function s = allsubs(x) %ALLSUBS Generate all possible subscripts for a sparse tensor X. % % See also SPTENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB
www.eeworm.com/read/205036/15328917

m minus.m

function Z = minus(X,Y) %MINUS Binary subtraction (-) for tenmat. % % See also TENMAT, TENMAT/TENMATFUN. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor