代码搜索:TOOLBox
找到约 9,571 项符合「TOOLBox」的源代码
代码结果 9,571
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/15328822
m rdivide.m
function Z = rdivide(X,Y)
%RDIVIDE Right array divide for tensors.
%
% RDIVIDE(A,B) is called for the syntax 'A ./ B' when A or B is a tensor.
% A and B must have the same size, unless one is a sc
www.eeworm.com/read/205036/15328823
m uminus.m
function t = uminus(t)
%UMINUS Unary minus (-) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader a
www.eeworm.com/read/205036/15328827
m double.m
function A = double(X)
%DOUBLE Convert tensor to double array.
%
% A = double(X) converts X to a standard multidimensional array.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sa
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
www.eeworm.com/read/205036/15328834
m display.m
function display(t)
%DISPLAY Command window display of a sptenmat.
%
% DISPLAY(T) displays the tensor with its name.
%
% See also SPTENMAT/DISP.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia C