swh:1:snp:16c54c84bc54885e783d4424d714e5cc82f479a1
Raw File
Tip revision: b62e827ddf23fba913228b2d1dfff597328b265f authored by Roger Koenker on 22 September 2012, 00:00:00 UTC
version 4.91
Tip revision: b62e827
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