代码搜索:Tensor
找到约 495 项符合「Tensor」的源代码
代码结果 495
www.eeworm.com/read/237003/13984042
cpp module2.cpp
#include
BZ_USING_NAMESPACE(blitz)
int module2()
{
BZ_USING_NAMESPACE(blitz::tensor)
Array A(4);
A = pow2(i);
return 0;
}
www.eeworm.com/read/205036/15328789
m norm.m
function n = norm(T)
%NORM Frobenius norm of a tensor.
%
% NORM(X) returns the Frobenius norm of a tensor.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% T
www.eeworm.com/read/470720/1446419
c crash4.c
// Build don't link:
template
class Tensor
{
};
template
class Tensor : Tensor { // ERROR - template parameters not used
};
www.eeworm.com/read/470693/1458365
c crash4.c
// Build don't link:
template
class Tensor
{
};
template
class Tensor : Tensor { // ERROR - template parameters not used
};
www.eeworm.com/read/190666/5174209
c crash4.c
// Build don't link:
template
class Tensor
{
};
template
class Tensor : Tensor { // ERROR - template parameters not used
};
www.eeworm.com/read/340665/3274866
c crash4.c
// Build don't link:
template
class Tensor
{
};
template
class Tensor : Tensor { // ERROR - template parameters not used
};
www.eeworm.com/read/440906/1776498
c crash4.c
// Build don't link:
template
class Tensor
{
};
template
class Tensor : Tensor { // ERROR - template parameters not used
};
www.eeworm.com/read/162177/10329206
h mg.h
#include "fmg.h"
#include "tensor3d.h"
#include
#include
#include
#ifndef VSMKGRD_HH
#define VSMKGRD_HH
//int min(int a, int b){
// return( (a)
www.eeworm.com/read/126430/6016878
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/102423/6232547
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