Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

app-radu/alpha.hh
Go to the documentation of this file.
00001 // computes multiindex alpha from given data
00002 
00003 #ifndef alpha_hh
00004 #define alpha_hh
00005 
00006 #include "basics/typedefs.hh"
00007 
00008 // forward declaration
00009 namespace concepts {
00010   template<typename T>
00011   class Array;
00012 }
00013 
00022 void computeAlpha(concepts::Array<uint>& alpha, concepts::Array<uint>& r,
00023       uint i);
00024 
00025 #endif // alpha_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)