Main Page | Directories | File List | Globals

factorizations.h

Go to the documentation of this file.
00001 #ifndef MATRIX_FACTORS_H
00002 #define MATRIX_FACTORS_H
00003 
00004 #include "Mutils.h"
00005 
00006 SEXP LU_validate(SEXP obj);
00007 SEXP BunchKaufman_validate(SEXP obj);
00008 SEXP pBunchKaufman_validate(SEXP obj);
00009 SEXP Cholesky_validate(SEXP obj);
00010 SEXP pCholesky_validate(SEXP obj);
00011 SEXP SVD_validate(SEXP obj);
00012 SEXP LU_expand(SEXP x);
00013 
00014 #endif

Generated on Wed Mar 30 08:43:57 2005 for Matrix by  doxygen 1.4.1