The R Project SVN R

Rev

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

Rev 1557 Rev 2428
Line 1... Line 1...
1
#ifndef LINPACK_H_
1
#ifndef LINPACK_H_
2
#define LINPACK_H_
2
#define LINPACK_H_
3
 
3
 
4
#include <Platform.h>/* for F77_SYMBOL */
4
#include "Platform.h"/* for F77_SYMBOL */
5
#include <Blas.h>
5
#include "Blas.h"
6
 
6
 
7
	/* Double Precision Linpack */
7
	/* Double Precision Linpack */
8
 
8
 
9
extern int F77_SYMBOL(dchdc)(double*, int*, int*, double*, int*, int*, int*);
9
extern int F77_SYMBOL(dchdc)(double*, int*, int*, double*, int*, int*, int*);
10
extern int F77_SYMBOL(dchdd)(double*, int*, int*, double*, double*, int*, int*, double*, double*, double*, double*, int*);
10
extern int F77_SYMBOL(dchdd)(double*, int*, int*, double*, double*, int*, int*, double*, double*, double*, double*, int*);