npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
rescanArray.hh File Reference

Fill a multidimensional array using values from another array with a different shape. More...

#include "npstat/nm/ArrayND.hh"
#include "npstat/nm/rescanArray.icc"

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<typename Num1 , unsigned Len1, unsigned Dim1, typename Num2 , unsigned Len2, unsigned Dim2>
void npstat::rescanArray (const ArrayND< Num1, Len1, Dim1 > &from, ArrayND< Num2, Len2, Dim2 > *to, unsigned interpolationDegree=0)
 

Detailed Description

Fill a multidimensional array using values from another array with a different shape.

Author: I. Volobouev

October 2010