代码搜索:Tensor
找到约 495 项符合「Tensor」的源代码
代码结果 495
www.eeworm.com/read/101062/6257402
am makefile.am
# ----------------------------------------------------- -*- makefile -*-
#
# Automake's file
#
# ----------------------------------------------------------------------
# $Author: paubert $
# $Date: 19
www.eeworm.com/read/101062/6257403
h iterator.h
/* -*- c++ -*-
***********************************************************************
* Scientific Library (GNU Public Licence)
*
* dense
www.eeworm.com/read/158443/11616054
c rlftfrag.c
#include "nrutil.h"
#define N2 256
#define N3 256
main() /* example1 */
{
void rlft3();
float ***data, **speq;
data=f3tensor(1,1,1,N2,1,N3);
speq=matrix(1,1,1,2*N2);
rlft3(data,speq
www.eeworm.com/read/240162/4581607
c crash4.c
// { dg-do assemble }
template
class Tensor
{
};
template
class Tensor : Tensor { // { dg-error "" } template parameters not used
};
www.eeworm.com/read/233448/4674426
c crash4.c
// { dg-do assemble }
template
class Tensor
{
};
template
class Tensor : Tensor { // { dg-error "" } template parameters not used
};
www.eeworm.com/read/366702/2870477
c crash4.c
// { dg-do assemble }
template
class Tensor
{
};
template
class Tensor : Tensor { // { dg-error "" } template parameters not used
};
www.eeworm.com/read/205036/15328784
m ctranspose.m
function ctranspose(x)
%CTRANSPOSE is not defined for tensors.
%
% See also TENSOR/PERMUTE.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolb
www.eeworm.com/read/205036/15328787
m transpose.m
function transpose(x)
%TRANSPOSE is not defined on tensors.
%
% See also TENSOR/PERMUTE.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox
www.eeworm.com/read/205036/15328826
m and.m
function Z = and(X,Y)
%AND Logical AND (&) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and T
www.eeworm.com/read/205036/15328813
m uplus.m
function t = uplus(t)
%UPLUS Unary plus (+) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and