代码搜索:tensor
找到约 495 项符合「tensor」的源代码
代码结果 495
www.eeworm.com/read/205036/15328806
m scale.m
function Y = scale(X,S,dims)
%SCALE Scale along specified dimensions of tensor.
%
% Y = SCALE(X,S,DIMS) scales the tensor X along the dimension(s)
% specified in DIMS using the scaling data in
www.eeworm.com/read/205036/15328812
m subsasgn.m
function x = subsasgn(x,s,b)
%SUBSASGN Subscripted assignment for a tensor.
%
% We can assign elements to a tensor in three ways.
%
% Case 1: X(R1,R2,...,RN) = Y, in which case we replace the
%
www.eeworm.com/read/205036/15328816
m disp.m
function disp(X,name)
%DISP Command window display of a tensor.
%
% DISP(X) displays a tensor with no name.
%
% DISP(X,NAME) displays a tensor with the given name.
%
% See also TENSOR, TENSOR/DI
www.eeworm.com/read/205036/15328817
m contract.m
function y = contract(x,i,j)
%CONTRACT Contract tensor along two dimensions (array trace).
%
% Y = CONTRACT(X,I,J) contracts the entries of X along dimensions I
% and J. Contraction is a gener
www.eeworm.com/read/205036/15328818
m nnz.m
function n = nnz(x)
%NNZ Number of nonzeros for tensors.
%
% See also TENSOR, SPTENSOR/NNZ.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Tool
www.eeworm.com/read/205036/15328819
m ge.m
function Z = ge(X,Y)
%GE Greater than or equal (>=) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Ba
www.eeworm.com/read/205036/15328820
m ne.m
function Z = ne(X,Y)
%NE Not equal (~=) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and Tama
www.eeworm.com/read/205036/15328829
m eq.m
function Z = eq(X,Y)
%EQ Equal (==) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and Tamara K
www.eeworm.com/read/205036/15328830
m not.m
function B = not(A)
%NOT Logical NOT (~) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and Tam