The R Project SVN R

Rev

Rev 59039 | Rev 61651 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 60253
Line 15... Line 15...
15
 *
15
 *
16
 *  You should have received a copy of the GNU Lesser General Public License
16
 *  You should have received a copy of the GNU Lesser General Public License
17
 *  along with this program; if not, a copy is available at
17
 *  along with this program; if not, a copy is available at
18
 *  http://www.r-project.org/Licenses/
18
 *  http://www.r-project.org/Licenses/
19
 */
19
 */
-
 
20
 
-
 
21
/* 
-
 
22
   C declarations of double-precision LINPACK Fortran subroutines
-
 
23
   included in R, and some others.
-
 
24
   
-
 
25
   Those which are listed as part of R are in the API
-
 
26
 */
-
 
27
 
20
#ifndef R_LINPACK_H_
28
#ifndef R_LINPACK_H_
21
#define R_LINPACK_H_
29
#define R_LINPACK_H_
22
 
30
 
23
#include <R_ext/RS.h>		/* for F77_... */
31
#include <R_ext/RS.h>		/* for F77_... */
24
#include <R_ext/BLAS.h>
32
#include <R_ext/BLAS.h>