Changeset 811 for trunk/src/tps_eval.m


Ignore:
Timestamp:
Aug 13, 2014, 3:08:49 AM (10 years ago)
Author:
g7moreau
Message:
  • Update header OUPUT -> OUTPUT and so on...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tps_eval.m

    r809 r811  
    44% function EM = tps_eval(dsites,ctrs)
    55%------------------------------------------------------------------------
    6 % OUPUT:
    7 % EM:  Mx(N+s) matrix representing the contributions at the M sites
     6% OUTPUT:
     7%  EM:  Mx(N+s) matrix representing the contributions at the M sites
    88%   from unit sources located at each of the N centers, + (s+1) columns
    99%   representing the contribution of the linear gradient part.
    1010%  use : U_interp=EM*U_tps
    1111%
    12 %INPUT:
    13 %dsites:  Mxs matrix representing the postions of the M 'observation' sites, with s the space dimension
    14 %ctrs: Nxs matrix  representing the postions of the N centers, sources of the tps,
     12% INPUT:
     13%  dsites:  Mxs matrix representing the postions of the M 'observation' sites, with s the space dimension
     14%  ctrs: Nxs matrix  representing the postions of the N centers, sources of the tps,
    1515%
    16 % related functions:
    17 % tps_coeff, tps_eval_dxy
    18 % tps_coeff_field, set_subdomains, filter_tps, calc_field
     16% RELATED FUNCTIONS:
     17%  tps_coeff, tps_eval_dxy
     18%  tps_coeff_field, set_subdomains, filter_tps, calc_field
    1919
    2020%=======================================================================
Note: See TracChangeset for help on using the changeset viewer.