代码搜索:Tensor

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

代码结果 495
www.eeworm.com/read/205036/15328823

m uminus.m

function t = uminus(t) %UMINUS Unary minus (-) for tensors. % % See also TENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader a
www.eeworm.com/read/205036/15328831

m tt_subsubsref.m

function a = tt_subsubsref(obj,s) %TT_SUBSUBSREF Helper function for tensor toolbox subsref. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox
www.eeworm.com/read/205036/15328840

m uplus.m

function t = uplus(t) %UPLUS Unary plus (+) for sptenmat. % % See also TENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sandia Corporation. % This is the MATLAB Tensor Toolbox by Brett Bader and
www.eeworm.com/read/205036/15328827

m double.m

function A = double(X) %DOUBLE Convert tensor to double array. % % A = double(X) converts X to a standard multidimensional array. % % See also TENSOR. % %MATLAB Tensor Toolbox. %Copyright 2007, Sa
www.eeworm.com/read/205036/15328872

m display.m

function display(t) %DISPLAY Command window display of a sparse tensor. % % DISPLAY(T) displays the tensor with its name. % % See also SPTENSOR, SPTENSOR/DISP. % %MATLAB Tensor Toolbox. %Copyright 2
www.eeworm.com/read/214051/15115133

m expand_by_r.m

function delta_y=expand_by_R(RY_1,RY_2,delta_par); %delta_y = expand_by_R(RY_1, RY_2, delta_par); % % expand steady-state quantity y using the response coefficients % % delta_par: column vector of p
www.eeworm.com/read/205036/15328863

m norm.m

function nrm = norm(T) %NORM Frobenius norm of a sparse tensor. % % NORM(T) returns the Frobenius norm of a sparse tensor. % % See also SPTENSOR, NORM. % %MATLAB Tensor Toolbox. %Copyright 2007, S
www.eeworm.com/read/279384/10442381

h cmat.h

/* * Copyright (c) 2005 by the Society of Exploration Geophysicists. * For more information, go to http://software.seg.org/2005/0001 . * You must read and accept usage terms at: * http://software.
www.eeworm.com/read/279384/10442293

makefile

CC=gcc CFLAGS=-Wall -O2 OBJSti= ti_distance.o print_matrix.o make_rotation_matrix.o \ rotate_tensor.o norm_matrix.o matrix_times_vector.o \ vector_to_angles.o read_matrix.o find_ti.o OBJSortho
www.eeworm.com/read/214051/15115134

m control_coefficients.m

% [C_J, C_S, L_int, NR_int,C_J2,C_S2 ] = control_coefficients(N, epsilon, external, used, NR_int, L_int,J) % % Calculate control coefficients, kernel and link matrix % % arguments NR_int and L_int ar