代码搜索:Tensor

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

代码结果 495
www.eeworm.com/read/492033/6430533

cpp mohrc.cpp

#include #include #include #include "mohrc.h" #include "global.h" #include "matrix.h" #include "vector.h" #include "intpoints.h" #include "tensor.h" #include "vecttens.h"
www.eeworm.com/read/205036/15329023

m tt_ind2sub.m

function subs = tt_ind2sub(siz,idx) %TT_IND2SUB Multiple subscripts from linear indices. % % See also TT_SUB2IND, IND2SUB. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. %
www.eeworm.com/read/200648/15428143

m maxlift2.m

function X = maxlift2(X, Level) %MAXLIFT2 2D max-lifting morphological wavelet transform. % Y = MAXLIFT2(X,L) computes the L level decomposition of a image % X using the tensor-product 2D max-
www.eeworm.com/read/163924/10139773

m vgg_t_from_p.m

% T = vgg_T_from_P(P) Trifocal tensor from 3 camera matrices. % % P ... cell (3), camera matrices % T ... double (3,3,3) % % For 3 corresponding lines l1..l3 (each of size (1,3)) in cameras P1.
www.eeworm.com/read/305201/13776985

m vgg_t_from_p.m

% T = vgg_T_from_P(P) Trifocal tensor from 3 camera matrices. % % P ... cell (3), camera matrices % T ... double (3,3,3) % % For 3 corresponding lines l1..l3 (each of size (1,3)) in cameras P1.
www.eeworm.com/read/303435/3811116

lib wavetrans2.comp.dct.lib

WAVETRANS2 - 2D wavelet transform by tensor-product of two 1D transforms Function Prototype: int waveTrans_2(float **x, float **y, waveFilter *filter, int twopow1, int twopow2, int stage1, int stag
www.eeworm.com/read/473001/6853682

cpp diff.cpp

#include #include BZ_USING_NAMESPACE(blitz) BZ_USING_NAMESPACE(blitz::tensor) BZ_DECLARE_STENCIL3(deriv14,A,dA,h) dA = central14n(A) / h; BZ_END_STENCIL BZ_DEC
www.eeworm.com/read/473001/6853685

cpp curldiv.cpp

// Div, grad, curl and all that #include BZ_USING_NAMESPACE(blitz) BZ_USING_NAMESPACE(blitz::tensor) BZ_DECLARE_STENCIL6(test,Ax,Ay,Az,R1,R2,R3) TinyVector curl
www.eeworm.com/read/216898/14987003

cpp diff.cpp

#include #include BZ_USING_NAMESPACE(blitz) BZ_USING_NAMESPACE(blitz::tensor) BZ_DECLARE_STENCIL3(deriv14,A,dA,h) dA = central14n(A) / h; BZ_END_STENCIL BZ_DECLARE_STENC
www.eeworm.com/read/216898/14988101

cpp adnene-ben-abdallah-2.cpp

#include "testsuite.h" #include BZ_USING_NAMESPACE(blitz) int main() { BZ_USING_NAMESPACE(tensor) Array X(4), Y1(4), Y2(4); X = 1, 2, 3, 4; Array A(4,4)