代码搜索:Tensor
找到约 495 项符合「Tensor」的源代码
代码结果 495
www.eeworm.com/read/371680/9542122
m tens5.m
function T5=tens5(mapsf,mapsDer5,x,p,n)
global cds
%
% Tensor5 of f at x1,x2,..xn
%
x1=x;
T5(:,:,:,:,:,:,1)= feval(mapsDer5, 0, x1, p{:});
for m=2:n
x1=feval(mapsf,0,x1,p{:});
www.eeworm.com/read/371680/9542135
m tens3.m
function T3=Tens3(mapsf,mapsDer3,x,p,n)
global cds
%
% Tensor3 of f at x1,x2,..xn
%
x1=x;
T3(:,:,:,:,1)= feval(mapsDer3, 0, x1, p{:});
for m=2:n
x1=feval(mapsf,0,x1,p{:});
www.eeworm.com/read/371680/9542142
m tens4.m
function T4=tens4(mapsf,mapsDer4,x,p,n)
global cds
%
% Tensor4 of f at x1,x2,..xn
%
x1=x;
T4(:,:,:,:,:,1)= feval(mapsDer4, 0, x1, p{:});
for m=2:n
x1=feval(mapsf,0,x1,p{:});
www.eeworm.com/read/278154/10563140
c rlftfrag.c
#include
#define NRANSI
#include "nrutil.h"
#define N2 256
#define N3 256
int main(void) /* example1 */
{
void rlft3(float ***data, float **speq, unsigned long nn1,
unsigned l
www.eeworm.com/read/278154/10564247
c rlftfrag.c
#include
#define NRANSI
#include "nrutil.h"
#define N2 256
#define N3 256
int main(void) /* example1 */
{
void rlft3(float ***data, float **speq, unsigned long nn1,
unsigned l
www.eeworm.com/read/139776/13134555
c rlftfrag.c
#include
#define NRANSI
#include "nrutil.h"
#define N2 256
#define N3 256
int main(void) /* example1 */
{
void rlft3(float ***data, float **speq, unsigned long nn1,
unsigned long nn2,