The R Project SVN R-packages

Rev

Rev 4692 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4692 Rev 7115
Line 1... Line 1...
1
/*
1
/*
2
 *  Part of R package KernSmooth
2
 *  Part of R package KernSmooth
3
 *  Copyright (C) 2005-2007  B. D. Ripley
3
 *  Copyright (C) 2005-2016  B. D. Ripley
4
 *
4
 *
5
 *  Unlimited use and distribution (see LICENCE).
5
 *  Unlimited use and distribution (see LICENCE).
6
 */
6
 */
7
 
7
 
-
 
8
#include <stddef.h>
8
#include <R.h>
9
#include <R.h>
9
#include <Rinternals.h>
10
#include <Rinternals.h>
10
#include <R_ext/Rdynload.h>
11
#include <R_ext/Rdynload.h>
11
 
12
 
12
void F77_SUB(blkest)(double *x, double *y, int *n, int *q, int *qq,
13
void F77_SUB(blkest)(double *x, double *y, int *n, int *q, int *qq,