|
template<class T > |
void | Heed::apply1 (DynLinArr< T > &ar, void(*fun)(T &f)) |
|
template<class T , class X > |
void | Heed::apply2 (DynLinArr< T > &ar, void(*fun1)(T &f, void(*fun21)(X &f)), void(*fun2)(X &f)) |
|
template<class T > |
long | Heed::append (const T &t, DynLinArr< T > &dla, long &qael, T *tempt=NULL, long new_qel=0) |
|
template<class T > |
std::ostream & | Heed::operator<< (std::ostream &file, const DynLinArr< T > &f) |
|
template<class T > |
std::istream & | Heed::operator>> (std::istream &file, DynLinArr< T > &f) |
|
template<class T > |
void | Heed::print_DynLinArr (std::ostream &file, const DynLinArr< T > &f, int l) |
|
template<class T > |
void | Heed::print_DynLinArr (std::ostream &file, const DynLinArr< T > &f, int l, long q) |
|
template<class T > |
void | Heed::print_adr_DynLinArr (std::ostream &file, const DynLinArr< T > &f, int l, long q) |
|
void | Heed::print_DynLinArr_int (std::ostream &file, const DynLinArr< int > &f) |
|
void | Heed::print_DynLinArr_long (std::ostream &file, const DynLinArr< long > &f) |
|
void | Heed::print_DynLinArr_float (std::ostream &file, const DynLinArr< float > &f) |
|
void | Heed::print_DynLinArr_double (std::ostream &file, const DynLinArr< double > &f) |
|
void | Heed::print_DynLinArr_double2 (std::ostream &file, const DynLinArr< double > &f1, const DynLinArr< double > &f2) |
|
void | Heed::print_DynLinArr_int_double (std::ostream &file, const DynLinArr< int > &iar, const DynLinArr< double > &dar) |
|
void | Heed::print_DynLinArr_int_double3 (std::ostream &file, const DynLinArr< int > &iar, const DynLinArr< double > &dar1, const DynLinArr< double > &dar2, const DynLinArr< double > &dar3) |
|
template<class T , class X > |
void | Heed::copy_DynLinArr (const T &s, X &d) |
|
template<class T , class X > |
void | Heed::convert_DynLinArr (const T &s, X &d) |
|
template<class T > |
void | Heed::put_qel_1 (DynLinArr< T > &f, long fq) |
|
template<class T , class T1 > |
void | Heed::assignAll_1 (DynLinArr< T > &f, const T1 &ft) |
|
int | Heed::gconfirm_ind (const DynLinArr< long > &qel, const DynLinArr< long > &ind) |
|
int | Heed::gconfirm_ind_ext (const DynLinArr< long > &qel, const DynLinArr< long > &ind) |
|
template<class T > |
int | Heed::ifequal (const DynLinArr< T > &fd1, const DynLinArr< T > &fd2, long qfirst=-1) |
|
template<class T > |
int | Heed::ifequal (const DynLinArr< T > &fd1, const T *fd2, long qfirst=-1) |
|
template<class T > |
int | Heed::ifequal (T *fd1, T *fd2, long qfirst) |
|
template<class T > |
DynLinArr< T > | Heed::merge (const DynLinArr< T > &fd1, long qfd1, const DynLinArr< T > &fd2, long qfd2) |
|
template<class T > |
void | Heed::apply1 (DynArr< T > &ar, void(*fun)(T &f)) |
|
template<class T , class X > |
void | Heed::apply2 (DynArr< T > &ar, void(*fun1)(T &f, void(*fun21)(X &f)), void(*fun2)(X &f)) |
|
int | Heed::find_next_comb (const DynLinArr< long > &qel, DynLinArr< long > &f) |
|
int | Heed::find_prev_comb (const DynLinArr< long > &qel, DynLinArr< long > &f) |
|
int | Heed::find_next_comb_not_less (const DynLinArr< long > &qel, DynLinArr< long > &f) |
|
template<class T > |
int | Heed::operator== (const DynLinArr< T > &f1, const DynLinArr< T > &f2) |
|
template<class T , class P > |
int | Heed::apeq_mant (const DynLinArr< T > &f1, const DynLinArr< T > &f2, P prec) |
|
template<class T > |
int | Heed::operator!= (const DynLinArr< T > &f1, const DynLinArr< T > &f2) |
|
template<class T > |
int | Heed::operator== (const DynArr< T > &f1, const DynArr< T > &f2) |
|
template<class T , class P > |
int | Heed::apeq_mant (const DynArr< T > &f1, const DynArr< T > &f2, P prec) |
|
template<class T > |
int | Heed::operator!= (const DynArr< T > &f1, const DynArr< T > &f2) |
|
template<class T , class X > |
void | Heed::copy_DynArr (const DynArr< T > &s, DynArr< X > &d) |
|
template<class T , class X > |
void | Heed::convert_DynArr (const DynArr< T > &s, DynArr< X > &d) |
|
template<class T > |
std::ostream & | Heed::operator<< (std::ostream &file, const DynArr< T > &f) |
|
template<class T > |
std::istream & | Heed::operator>> (std::istream &file, DynArr< T > &f) |
|
template<class T > |
void | Heed::print_DynArr (std::ostream &file, const DynArr< T > &f, int l) |
|
void | Heed::print_DynArr_int_w (std::ostream &file, const DynArr< int > &f, int w) |
|
void | Heed::print_DynArr_float (std::ostream &file, const DynArr< float > &f) |
|
void | Heed::print_DynArr_double (std::ostream &file, const DynArr< double > &f) |
|