SCM Repository
[matrix] / pkg / src / dspMatrix.h |
View of /pkg/src/dspMatrix.h
Parent Directory
|
Revision Log
Revision 652 -
(download)
(as text)
(annotate)
Wed Mar 16 01:08:36 2005 UTC (14 years, 9 months ago) by bates
File size: 488 byte(s)
Wed Mar 16 01:08:36 2005 UTC (14 years, 9 months ago) by bates
File size: 488 byte(s)
Updates to multiplication and other methods
#ifndef MATRIX_SPMATRIX_H #define MATRIX_SPMATRIX_H #include "dgeMatrix.h" #include "R_ext/Lapack.h" SEXP dspMatrix_validate(SEXP obj); double get_norm_sp(SEXP obj, char *typstr); SEXP dspMatrix_norm(SEXP obj, SEXP type); SEXP dspMatrix_rcond(SEXP obj, SEXP type); SEXP dspMatrix_solve(SEXP a); SEXP dspMatrix_matrix_solve(SEXP a, SEXP b, SEXP classed); SEXP dspMatrix_as_dsyMatrix(SEXP from); SEXP dspMatrix_matrix_mm(SEXP a, SEXP b, SEXP classed); SEXP dspMatrix_trf(SEXP x); #endif
root@r-forge.r-project.org | ViewVC Help |
Powered by ViewVC 1.0.0 |