代码搜索:multi-dimensional
找到约 164 项符合「multi-dimensional」的源代码
代码结果 164
www.eeworm.com/read/202908/15369819
h imdi.h
#ifndef IMDI_H
#define IMDI_H
/* Integer Multi-Dimensional Interpolation */
/*
* Copyright 2000 - 2002 Graeme W. Gill
* All rights reserved.
*
* This material is licenced under the GNU GENERAL PU
www.eeworm.com/read/366702/2876527
f90 intrinsic_product_1.f90
! { dg-do run }
! PR 35993 - some intrinsics with mask = .false. didn't set
! the whole return array for multi-dimensional arrays.
! Test case adapted from Dick Hendrickson.
program try
www.eeworm.com/read/370047/9621512
m nrbtestsrf.m
function srf = nrbtestsrf
% Constructs a simple test surface.
% D.M. Spink
% Copyright (c) 2000.
% allocate multi-dimensional array of control points
pnts = zeros(3,5,5);
% define a grid
www.eeworm.com/read/235380/14072975
m nrbtestsrf.m
function srf = nrbtestsrf
% Constructs a simple test surface.
% D.M. Spink
% Copyright (c) 2000.
% allocate multi-dimensional array of control points
pnts = zeros(3,5,5);
% define a grid
www.eeworm.com/read/202908/15369816
h imdi_gen.h
#ifndef IMDI_GEN_H
#define IMDI_GEN_H
/* Integer Multi-Dimensional Interpolation */
/*
* Copyright 2000 - 2002 Graeme W. Gill
* All rights reserved.
*
* This material is licenced under the GNU GE
www.eeworm.com/read/202908/15369817
h imdi_imp.h
#ifndef IMDI_IMP_H
#define IMDI_IMP_H
/* Integer Multi-Dimensional Interpolation */
/*
* Copyright 2000 - 2002 Graeme W. Gill
* All rights reserved.
*
* This material is licenced under the GNU GE
www.eeworm.com/read/202908/15369823
h imdi_tab.h
#ifndef IMDI_TAB_H
#define IMDI_TAB_H
/* Integer Multi-Dimensional Interpolation */
/*
* Copyright 2000 - 2002 Graeme W. Gill
* All rights reserved.
*
* This material is licenced under the GNU GE
www.eeworm.com/read/431675/8662099
m mds.m
% MDS Non-linear mapping by multi-dimensional scaling (Sammon)
%
% [W,E] = MDS (D,k,Q,INIT,INSPECT)
%
% Calculates a non-linear mapping W of a distance matrix D to k dimensions.
% A stress measure
www.eeworm.com/read/280774/10292606
changelog
1.2.6 (Nov 14, 2006) The "thanks to GenArts" release.
Added multi-dimensional real-optimized FFT, see tools/kiss_fftndr
Thanks go to GenArts, Inc. for sponsoring the development.
1.2.5 (June 27,