代码搜索:Tensor

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

代码结果 495
www.eeworm.com/read/371680/9542148

m tensor5op.m

function tens5 =tensor5op(T,q1,q2,q3,q4,q5,nphase) %---------------------------------------------------- % This file computes T*q1*q2*q3*q4,q5, where T is 5th derivative % of map f on the iterate
www.eeworm.com/read/371680/9542164

m tensor4op.m

function tens4 =tensor4op(T,q1,q2,q3,q4,nphase) %---------------------------------------------------- % This file computes T*q1*q2*q3*q4, where T is 4th derivative % of map f at xn. %----------
www.eeworm.com/read/162177/10329175

h tensor3d.h

#ifndef TENSOR3D_HH #define TENSOR3D_HH #include "defs.h" class Tensor3d { public: /* Data Members */ int len_x, len_y, len_z , plane, length ; real * data ; /* Methods */
www.eeworm.com/read/162177/10329180

cpp tensor2d.cpp

#include #include #include #include #include "tensor2d.h" Tensor2d::Tensor2d(int lx, int ly) { data = NULL ; set(lx, ly) ; } Tensor2d::Tens
www.eeworm.com/read/162177/10329198

h tensor2d.h

#ifndef TENSOR2D_HH #define TENSOR2D_HH #include "defs.h" #include #include class Tensor2d { public: /* Members */ int len_x, len_y ; real * data ;
www.eeworm.com/read/162177/10329253

cpp tensor3d.cpp

#include #include #include #include "tensor3d.h" Tensor3d::Tensor3d(int lx, int ly, int lz) { data = NULL ; set(lx, ly, lz) ; } Tensor3d::Tensor3d(const
www.eeworm.com/read/279403/10440458

eps ray_density_tensor.eps

%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(r) 6.0.1 %%For: (Stavenhagen) (GEOMAR) %%Title: (ray_density_tensor.eps) %%CreationDate: (18.10.1998) (14:12 Uhr) %%BoundingBox: 47 7 567 779 %%HiR
www.eeworm.com/read/297947/7984252

m test_structure_tensor.m

% test for the tensor structure %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% path(path, 'toolbox/'); n = 128; rep = 'faces/'; rep = ''; name = 'polygons_blurred'; name = 'rakan'; name =
www.eeworm.com/read/297947/7984476

m perform_tensor_decomp.m

function [e1,e2,l1,l2] = perform_tensor_decomp(T,order) % perform_tensor_decomp - perform an eigendecomposition. % % [e1,e2,l1,l2] = perform_tensor_decomp(T); % % 'e1(i,j,:)' is the main ei
www.eeworm.com/read/297947/7984487

m compute_rigidity_tensor.m

function H = compute_rigidity_tensor(M,options) % compute_rigidity_tensor - compute the rigidity % tensorial field, which is % [(dM/dx)^2 dM/dx*dM/dy] % [dM/dx*dM/dy (dM/dy)^