swh:1:snp:16c54c84bc54885e783d4424d714e5cc82f479a1
Raw File
Tip revision: 752671797663fdafddc510f4c7404b484b73e92d authored by Roger Koenker on 28 March 2013, 00:00:00 UTC
version 4.97
Tip revision: 7526717
sparseM.h
/*--- Declarations of routines implemented in
 *  ./sparskit2.f
 *  ------------
 * also called by  the routines in srqfn.c and srqfnc.c
 *				~~~~~~~~~~     ~~~~~~~~
 */

#include <R.h>

/* SparseM -- ./sparskit2.f : */
int F77_NAME(aplb)(int *, int *, int *, double *, int *, int *,
		   double *, int *, int *, double *, int *, int *,
		   int *, int *, int *);
int F77_NAME(amub)(int *, int *, int *, double *,
		   int *, int *, double *, int *, int *,
		   double *, int *, int *, int *, int *, int *);
int F77_NAME(amux)(int *, double *, double *,
		   double *, int *, int *);
int F77_NAME(amudia)(int *, int *, double *,
		     int *, int *, double *, double *, int *, int *);

int F77_NAME(extract)(double *, int *, int *,
		      double *, int *, int *, int *, int *, int *);

back to top