The R Project SVN R-packages

Rev

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

Rev 1473 Rev 1530
Line 1... Line 1...
1
#ifndef MATRIX_LGCMATRIX_H
1
#ifndef MATRIX_LGCMATRIX_H
2
#define MATRIX_LCGMATRIX_H
2
#define MATRIX_LGCMATRIX_H
3
 
3
 
4
#include <Rdefines.h>
4
#include <Rdefines.h>
5
#include "Mutils.h"
5
#include "Mutils.h"
6
#include "triplet_to_col.h"
6
#include "triplet_to_col.h"
7
 
7
 
Line 12... Line 12...
12
		     int beta, SEXP CIP, int cp[]);
12
		     int beta, SEXP CIP, int cp[]);
13
SEXP lgCMatrix_lgCMatrix_mm(SEXP a, SEXP b);
13
SEXP lgCMatrix_lgCMatrix_mm(SEXP a, SEXP b);
14
SEXP lgCMatrix_trans(SEXP x);
14
SEXP lgCMatrix_trans(SEXP x);
15
SEXP Matrix_lgCsyrk(int up, int tra, int n, int k, const int ai[],
15
SEXP Matrix_lgCsyrk(int up, int tra, int n, int k, const int ai[],
16
		    const int ap[], int beta, SEXP CIP, int cp[]);
16
		    const int ap[], int beta, SEXP CIP, int cp[]);
17
SEXP lgCMatrix_crossprod(SEXP x, SEXP trans);
17
SEXP lgCMatrix_crossprod(SEXP x, SEXP trans, SEXP C);
-
 
18
SEXP lgCMatrix_picky_column(SEXP x);
18
 
19
 
19
#endif
20
#endif