代码搜索:Tensor
找到约 495 项符合「Tensor」的源代码
代码结果 495
www.eeworm.com/read/205036/15328879
m isequal.m
function z = isequal(x,y)
%ISEQUAL for sptensors.
%
% ISEQUAL(A,B) compares the sparse tensors A and B for equality.
%
% See also SPTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corpor
www.eeworm.com/read/205036/15328965
m ttv.m
function c = ttv(a,v,dims)
%TTV Tensor times vector for ttensor.
%
% Y = TTV(X,A,N) computes the product of ttensor X with a
% (column) vector A. The integer N specifies the dimension in X
% al
www.eeworm.com/read/205036/15328980
m size.m
function m = size(t,idx)
%SIZE Size of a ttensor.
%
% D = SIZE(T) returns the size of the tensor.
%
% I = size(T,DIM) returns the size of the dimension specified by
% the scalar DIM.
%
% Se
www.eeworm.com/read/205036/15328987
m norm.m
function nrm = norm(A)
%NORM Frobenius norm of a ktensor.
%
% NORM(T) returns the Frobenius norm of a ktensor.
%
% See also KTENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
www.eeworm.com/read/205036/15329008
m size.m
function m = size(t,idx)
%SIZE Size of ktensor.
%
% D = SIZE(T) returns the size of the tensor.
%
% I = SIZE(T,DIM) returns the size of the dimension specified by
% the scalar DIM.
%
% See
www.eeworm.com/read/205036/15329016
m tt_dimscheck.m
function [sdims,vidx] = tt_dimscheck(dims,N,M)
%TT_DIMSCHECK Used to preprocess dimensions tensor dimensions.
%
% NEWDIMS = TT_DIMCHECK(DIMS,N) checks that the specified dimensions
% are valid
www.eeworm.com/read/279403/10440258
awk splitrayden.awk
# awk -script to split ray-density tensor output file from
# velsort (raydenxx.xx.xyz) into class-files for plotting
#
# classes are a combination of ray distr.(=qual)
# and total weighted ray length
www.eeworm.com/read/434223/7879914
c telafft.c
/*
*This file is part of tela the Tensor Language.
*Copyright(c)1994-1995 Pekka Janhunen
*/
/*
fftpack.C : A set of FFT routines in C.
Algorithmically based on Fortran-77 FFTPACK by Paul N
www.eeworm.com/read/197495/7990612
c telafft.c
/*
*This file is part of tela the Tensor Language.
*Copyright(c)1994-1995 Pekka Janhunen
*/
/*
fftpack.C : A set of FFT routines in C.
Algorithmically based on Fortran-77 FFTPACK by Paul N
www.eeworm.com/read/152756/12087388
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Tensor.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"