代码搜索:Tensor
找到约 495 项符合「Tensor」的源代码
代码结果 495
www.eeworm.com/read/445493/7595059
f90 p69.f90
program p69
!-----------------------------------------------------------------------
! program 6.9 plane strain of an elastic-plastic(Mohr-Coulomb) solid
! using 8-node quadrila
www.eeworm.com/read/298842/7931188
f90 p69.f90
program p69
!-----------------------------------------------------------------------
! program 6.9 plane strain of an elastic-plastic(Mohr-Coulomb) solid
! using 8-node quadrila
www.eeworm.com/read/222893/14668499
m transform.m
function otr = transform(itr,tmx)
%
% FUNCTION
% otr = transform(itr,tmx)
%
% DESCRIPTION
% transform 3D-tensor (Euclidean or Cartesion tensor) of any order (>0) to another coordinate system
www.eeworm.com/read/471742/6888649
m det_soln.m
%det_soln.m - symbolically finds roots of a matrix determinant as well as
%eigenvectors, eigenvalues of the cube's inertia tensor
%type "help symbolic" within MATLAB'S command line for help on symbo
www.eeworm.com/read/205036/15328785
m squeeze.m
function Y = squeeze(X)
%SQUEEZE Remove singleton dimensions from a tensor.
%
% Y = SQUEEZE(X) returns a tensor Y with the same elements as
% X but with all the singleton dimensions removed. A si
www.eeworm.com/read/205036/15328790
m or.m
function Z = or(X,Y)
%OR Logical OR (|) 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/15328794
m xor.m
function Z = xor(X,Y)
%XOR Logical EXCLUSIVE OR for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader
www.eeworm.com/read/205036/15328799
m tenfun.m
function Z = tenfun(fun,varargin)
%TENFUN Apply a function to each element in a tensor.
%
% TENFUN(F,X,...) applies the function specified by the function
% handle F to the given arguments. Eithe
www.eeworm.com/read/205036/15328800
m gt.m
function Z = gt(X,Y)
%GT Greater than (>) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and Ta