g4tools  5.4.0
Namespaces | Macros | Functions
carray File Reference
#include "mnmx"
Include dependency graph for carray:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 

Macros

#define tools_carray
 

Functions

template<class T >
void tools::destroy (T *&a_v)
 
template<class T , class I >
bool tools::carray_copy (T *&a_v, I a_n, const T *a_from)
 
template<class T , class I >
bool tools::copy (T *&a_v, I a_n, const T *a_from)
 
template<class I , class T , class TO >
bool tools::min_max (I a_n, const void *a_v, TO &a_mn, TO &a_mx)
 
template<class I , class T , class TO >
bool tools::min_max_S_S2 (I a_n, const void *a_v, TO &a_mn, TO &a_mx, TO &a_S, TO &a_S2)
 
template<class I , class T , class TO >
bool tools::min_max_mean_rms (I a_n, const void *a_v, TO &a_mn, TO &a_mx, TO &a_mean, TO &a_rms, TO(*a_sqrt)(TO), TO(*a_fabs)(TO))
 
template<class I , class T , class HISTO >
bool tools::h1_fill (I a_n, const void *a_v, HISTO &a_histo)
 
template<class T , class I >
T * tools::_4s_to_3s (const T *a_4s, const I &a_w, const I &a_h)
 

Macro Definition Documentation

◆ tools_carray

#define tools_carray

Definition at line 5 of file carray.