The R Project SVN R-packages

Rev

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

Rev 3832 Rev 4418
Line 8... Line 8...
8
SEXP dppMatrix_rcond(SEXP obj, SEXP type);
8
SEXP dppMatrix_rcond(SEXP obj, SEXP type);
9
SEXP dppMatrix_validate(SEXP obj);
9
SEXP dppMatrix_validate(SEXP obj);
10
SEXP dppMatrix_solve(SEXP a);
10
SEXP dppMatrix_solve(SEXP a);
11
SEXP dppMatrix_matrix_solve(SEXP a, SEXP b);
11
SEXP dppMatrix_matrix_solve(SEXP a, SEXP b);
12
SEXP dppMatrix_chol(SEXP x);
12
SEXP dppMatrix_chol(SEXP x);
13
double get_norm_sp(SEXP obj, char *typstr);
13
double get_norm_sp(SEXP obj, const char *typstr);
14
 
14
 
15
#endif
15
#endif