local_proto.h 226 B

123456789
  1. /* invert.c */
  2. int invert(double **, int, double *, int *, double **, double *);
  3. /* lookup_class.c */
  4. int lookup_class(CELL *, int, CELL *, int, CELL *);
  5. /* subcluster.c */
  6. void subcluster(struct SigSet *, int, int *, int);