The R Project SVN R-packages

Rev

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

Rev 1531 Rev 1544
Line 7... Line 7...
7
#include "R_ldl.h"
7
#include "R_ldl.h"
8
 
8
 
9
SEXP lCholCMatrix_validate(SEXP x);
9
SEXP lCholCMatrix_validate(SEXP x);
10
SEXP lCholCMatrix_solve(SEXP x);
10
SEXP lCholCMatrix_solve(SEXP x);
11
SEXP lCholClgCsm(enum CBLAS_SIDE side, enum CBLAS_TRANSPOSE transa, int m,
11
SEXP lCholClgCsm(enum CBLAS_SIDE side, enum CBLAS_TRANSPOSE transa, int m,
12
		 int n, const int Parent[], const int bi[], const int bp[],
12
		 int n, const int Parent[], SEXP BIP, int bp[]);
13
		 SEXP CIP, int cp[]);
-
 
14
SEXP lCholCMatrix_lgCMatrix_solve(SEXP a, SEXP b);
13
SEXP lCholCMatrix_lgCMatrix_solve(SEXP a, SEXP b);
15
 
14
 
16
#endif
15
#endif