File: stat.h

package info (click to toggle)
gwc 0.21.19~dfsg0-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,796 kB
  • ctags: 4,449
  • sloc: ansic: 41,762; makefile: 645; sh: 166; perl: 137
file content (6 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#include "matrix.h"
#include "matrix2.h"

int estimate_reg(double *) ;
void init_reg(int) ;
void sum_reg(double [], double) ;