代码搜索:Tensor

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

代码结果 495
www.eeworm.com/read/279403/10440262

gmt raydens_plane.gmt

#!/bin/csh # # script to plot ray-density tensor in planes # # using output from tomo2gmt # # for classified plotting # # classes are a combination of # ray distribution & weighted ray length # #
www.eeworm.com/read/350746/10713415

m anidifstep.m

function y = anidifstep(x, a, b, c) % ANIDIFSTEP Anisotropic diffusion step % % y = ANIDIFSTEP(x, a, b, c) calculates de anisotropic (tensor) % diffusion step "y" based on the image "x" a
www.eeworm.com/read/349902/10786729

bff ddt.bff

# BinaryFileFormat (leave this tag as magic token!) # BVQX file format for *.DDT files (Diffusion Tensor data files) # DDT FileVersions supported: 1 # # Version: v0.7a # Build: 7072411 # D
www.eeworm.com/read/216898/14988321

1 changelog.1

- fixed problem with += and tensor indices, thanks Adnene Ben Abdallah - fixed problem in testsuite/wei-ku-1 - changed "egcs" to "gcc" in documentation, configure scripts - incorporated patch from Jul
www.eeworm.com/read/237293/13969772

gmt raydens_plane.gmt

#!/bin/csh # # script to plot ray-density tensor in planes # # using output from tomo2gmt # # for classified plotting # # classes are a combination of # ray distribution & weighted ray length # #
www.eeworm.com/read/237003/13984214

1 changelog.1

- fixed problem with += and tensor indices, thanks Adnene Ben Abdallah - fixed problem in testsuite/wei-ku-1 - changed "egcs" to "gcc" in documentation, configure scripts - incorporated patch from Jul
www.eeworm.com/read/205036/15328843

m sptenmat.m

function a = sptenmat(varargin) %SPTENMAT Matricized sparse tensor stored as a sparse 2D array. % % A = SPTENMAT(T, RDIMS) creates a sparse matrix representation of % an sptensor T. The dimension
www.eeworm.com/read/350761/10712717

m tnldstep.m

function r = tnldStep( L, a, b, c ) % Discrete numerical scheme of dL/dt for tensor diffusion N = size( L, 1 ); M = size( L, 2 ); Lpc = translateImage( L, 1, 0 );
www.eeworm.com/read/205036/15328842

m nnz.m

function n = nnz(a) %NNZ Return number of nonzeros in a sptenmat. % % nnz(A) returns the number of nonzeros in A. % % See also SPTENMAT. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia C
www.eeworm.com/read/205036/15328862

m times.m

function C = times(A,B) %TIMES Array multiplication for sparse tensors. % % TIMES(A,B) is called for the syntax 'A .* B' when A or B is a % sparse tensor. A and B must have the same size, unless