Changeset 364 for trunk/src/MathUtils.h


Ignore:
Timestamp:
02/03/05 18:59:17 (19 years ago)
Author:
kil064
Message:

add function addEntry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MathUtils.h

    r176 r364  
    3737namespace mathutil {
    3838
     39// Add new entry to list
    3940template <class T>
     41casa::uInt addEntry (casa::Vector<T>& list, T val);
     42
    4043
    4144// Hanning smoothing
     45template <class T>
    4246void hanning(casa::Vector<T>& out, casa::Vector<casa::Bool>& outmask,
    4347             const casa::Vector<T>& in, const casa::Vector<casa::Bool>& mask,
Note: See TracChangeset for help on using the changeset viewer.