代码搜索:tensor

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

代码结果 495
www.eeworm.com/read/237003/13983980

cpp wei-ku-1.cpp

#include "testsuite.h" #include BZ_USING_NAMESPACE(blitz) int main() { BZ_USING_NAMESPACE(blitz::tensor) Range all = Range::all(); { Array A(6,5,4,3,2); int ld_
www.eeworm.com/read/492033/6430597

cpp camclay.cpp

#include #include #include #include "camclay.h" #include "global.h" #include "vecttens.h" #include "intpoints.h" #include "matrix.h" #include "vector.h" #include "tensor.
www.eeworm.com/read/216898/14988082

cpp minsumpow.cpp

#include "testsuite.h" #include BZ_USING_NAMESPACE(blitz) BZ_USING_NAMESPACE(blitz::tensor) int main() { Array A(4,4); Array B(4), C(4); A = 0, 1, 2, 3,
www.eeworm.com/read/216898/14988092

cpp exprctor.cpp

#include "testsuite.h" #include BZ_USING_NAMESPACE(blitz) BZ_USING_NAMESPACE(blitz::tensor) int main() { Array A(2,3), B(2,3); A = 0, 3, 5, 1, 6, 9; B =
www.eeworm.com/read/237003/13983974

cpp minsumpow.cpp

#include "testsuite.h" #include BZ_USING_NAMESPACE(blitz) BZ_USING_NAMESPACE(blitz::tensor) int main() { Array A(4,4); Array B(4), C(4); A = 0, 1, 2, 3,
www.eeworm.com/read/237003/13983981

cpp exprctor.cpp

#include "testsuite.h" #include BZ_USING_NAMESPACE(blitz) BZ_USING_NAMESPACE(blitz::tensor) int main() { Array A(2,3), B(2,3); A = 0, 3, 5, 1, 6, 9; B =
www.eeworm.com/read/205036/15328851

m tucker_als.m

function [T,Uinit] = tucker_als(X,R,opts) %TUCKER_ALS Higher-order orthogonal iteration. % % T = TUCKER_ALS(X,R) computes the best rank(R1,R2,..,Rn) % approximation of tensor X, according to the s
www.eeworm.com/read/200648/15428153

m medlift2.m

function X = medlift2(X, Level) %MEDLIFT2 2D lifting based on median operator. % Y = MEDLIFT2(X,L) computes the L level decomposition of a image % X using the tensor-product 2D morphological w
www.eeworm.com/read/162177/10329192

h fmg.h

#ifndef FMG_HH #define FMG_HH #include "tensor2d.h" #include #include class TensorField { public: int get_len_x() { return _len_x ; } int get_len_y() { return _l
www.eeworm.com/read/492033/6430386

cpp drprag.cpp

#include #include #include #include "drprag.h" #include "global.h" #include "vecttens.h" #include "intpoints.h" #include "matrix.h" #include "vector.h" #include "tensor.h