The R Project SVN R-packages

Rev

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

Rev 978 Rev 987
Line 3... Line 3...
3
 
3
 
4
#include <R_ext/Lapack.h>
4
#include <R_ext/Lapack.h>
5
#include "Mutils.h"
5
#include "Mutils.h"
6
 
6
 
7
SEXP dpoMatrix_rcond(SEXP obj, SEXP type);
7
SEXP dpoMatrix_rcond(SEXP obj, SEXP type);
-
 
8
SEXP dpoMatrix_validate(SEXP obj);
8
SEXP dpoMatrix_solve(SEXP a);
9
SEXP dpoMatrix_solve(SEXP a);
9
SEXP dpoMatrix_matrix_solve(SEXP a, SEXP b);
10
SEXP dpoMatrix_matrix_solve(SEXP a, SEXP b);
10
SEXP dpoMatrix_dgeMatrix_solve(SEXP a, SEXP b);
11
SEXP dpoMatrix_dgeMatrix_solve(SEXP a, SEXP b);
11
SEXP dpoMatrix_chol(SEXP x);
12
SEXP dpoMatrix_chol(SEXP x);
12
double get_norm_sy(SEXP obj, char *typstr);
13
double get_norm_sy(SEXP obj, char *typstr);