代码搜索:Tensor
找到约 495 项符合「Tensor」的源代码
代码结果 495
www.eeworm.com/read/400650/2348102
h tensor_value.h
// $Id: tensor_value.h 2617 2008-01-24 21:59:20Z roystgnr $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free software;
www.eeworm.com/read/400650/2348121
h type_tensor.h
// $Id: type_tensor.h 2789 2008-04-13 02:24:40Z roystgnr $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free software; y
www.eeworm.com/read/400650/2348896
c type_tensor.c
// $Id: type_tensor.C 2789 2008-04-13 02:24:40Z roystgnr $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free software; y
www.eeworm.com/read/237003/13983744
pdf tensor1.pdf
www.eeworm.com/read/237003/13983834
fig tensor1.fig
#FIG 3.2
Landscape
Center
Inches
Letter
35.00
Single
-2
1200 2
6 300 1350 13050 3975
6 3000 1500 4800 3300
2 2 2 1 -1 7 0 0 -1 3.000 0 0 -1 0 0 5
3000 2100 4200 2100 4200 3300 3000 3300 3000 2100
www.eeworm.com/read/237003/13983892
eps tensor1.eps
%!PS-Adobe-2.0 EPSF-2.0
%%Title: tensor1.fig
%%Creator: fig2dev Version 3.1 Patchlevel 2
%%CreationDate: Tue Feb 16 16:07:10 1999
%%For: tveldhui@olympus.extreme.indiana.edu (Todd Veldhuizen,,,)
%Magn
www.eeworm.com/read/237003/13983925
gif tensor1.gif
www.eeworm.com/read/371680/9542118
m tensor3op.m
function tenss3 =tensor3op(T,q1,q2,q3,nphase)
%----------------------------------------------------
%This file computes T*q1*q2*q3, where T is 3rd derivative
%of original map f at xn.
%--------
www.eeworm.com/read/371680/9542128
m tensor2op.m
function T2op =tensor2op(H,q1,q2,nphase)
%----------------------------------------------------
%This file computes H*q1*q2, where H is jacobian
%of map f on the iterate at xn.
%---------------