SCM Repository
[matrix] / pkg / src / dpoMatrix.h |
View of /pkg/src/dpoMatrix.h
Parent Directory
|
Revision Log
Revision 488 -
(download)
(as text)
(annotate)
Wed Feb 2 19:11:51 2005 UTC (14 years, 10 months ago) by bates
File size: 382 byte(s)
Wed Feb 2 19:11:51 2005 UTC (14 years, 10 months ago) by bates
File size: 382 byte(s)
renaming and rearranging classes
#ifndef MATRIX_POMATRIX_H #define MATRIX_POMATRIX_H #include <R_ext/Lapack.h> #include "Mutils.h" SEXP dpoMatrix_rcond(SEXP obj, SEXP type); SEXP dpoMatrix_validate(SEXP obj); SEXP dpoMatrix_solve(SEXP a); SEXP dpoMatrix_matrix_solve(SEXP a, SEXP b); SEXP dpoMatrix_dgeMatrix_solve(SEXP a, SEXP b); SEXP dpoMatrix_chol(SEXP x); double get_norm_sy(SEXP obj, char *typstr); #endif
root@r-forge.r-project.org | ViewVC Help |
Powered by ViewVC 1.0.0 |