代码搜索:Tensor
找到约 495 项符合「Tensor」的源代码
代码结果 495
www.eeworm.com/read/199981/7813810
m tensorlpp.m
function [U, V, eigvalue_U, eigvalue_V, posIdx, Y] = TensorLPP(X, W, options)
% TensorLPP: Tensor Locality Preserving Projections
%
% [U, V, eigvalue_U, eigvalue_V, posIdx, Y] = TensorLPP(X,
www.eeworm.com/read/297947/7984501
m prod_tf_vf.m
function vv = prod_tf_vf(t,v)
% prod_vf_vf - compute the product of a tensor field and a vector field.
%
% vv = prod_tf_vf(t,v)
%
% The result is the vector field defined by pointwise produ
www.eeworm.com/read/489040/6481897
m prod_tf_vf.m
function vv = prod_tf_vf(t,v)
% prod_vf_vf - compute the product of a tensor field and a vector field.
%
% vv = prod_tf_vf(t,v)
%
% The result is the vector field defined by pointwise produ
www.eeworm.com/read/346528/11739202
m mkron.m
%mkron Kronecker (tensor) product of several matrices.
% That is, mkron(X,Y,Z)=kron(kron(X,Y),Z).
% Copyright (C) 2005 Geza Toth E.mail: toth@alumni.nd.edu
%
% This program is free software;
www.eeworm.com/read/218613/14912783
m mkron.m
%mkron Kronecker (tensor) product of several matrices.
% That is, mkron(X,Y,Z)=kron(kron(X,Y),Z).
% Copyright (C) 2005 Geza Toth E.mail: toth@alumni.nd.edu
%
% This program is free software;
www.eeworm.com/read/349569/3143361
py tensorreordering.py
"Reordering of entries in reference tensor for interior facets"
__author__ = "Anders Logg (logg@simula.no)"
__date__ = "2006-12-01 -- 2007-03-08"
__copyright__ = "Copyright (C) 2006-2007 Anders Logg"
www.eeworm.com/read/204449/15339390
m tensorlpp.m
function [U, V, eigvalue_U, eigvalue_V, posIdx, Y] = TensorLPP(X, W, options)
% TensorLPP: Tensor Locality Preserving Projections
%
% [U, V, eigvalue_U, eigvalue_V, posIdx, Y] = TensorLPP(X,
www.eeworm.com/read/216898/14988093
cpp constarray.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
BZ_USING_NAMESPACE(blitz::tensor)
// Test that subarrays may be taken of const arrays.
void foo(const Array& A)
{
www.eeworm.com/read/349569/3143391
py tensorgenerator.py
"Code generator for tensor representation"
__author__ = "Anders Logg (logg@simula.no)"
__date__ = "2004-11-03 -- 2007-06-11"
__copyright__ = "Copyright (C) 2004-2007 Anders Logg"
__license__ = "GNU
www.eeworm.com/read/377584/2698801
cpp test_idx.cpp
#include "test_Idx.h"
#include "Generators.h"
#include "Idx.h"
#include "IdxIterators.h"
#include
using namespace ebl;
void test_printElems(){
// A 4-dimensional tensor
Idx te